Is there an ASCII alias for the function composition operator in Julia, ∘?
In general, is there a way to find ASCII/Unicode variants of operators?
julia> ∘
∘ (generic function with 2 methods)
^Tried this, ≈ for example has an alternative:
julia> ≈
isapprox (generic function with 8 methods)