julia> any(∋(1), a)
ERROR: MethodError: no method matching ∋(::Int64)
Closest candidates are:
∋(::Any, ::Any) at operators.jl:1069
Stacktrace:
[1] top-level scope at REPL[14]:1
I’m also having some trouble with the ∋ character. Launching Julia in Windows it looks like a square with a question mark in the middle, while in Linux and in VS Code it does appear. Does this function have another name?
I’m using Julia Version 1.5.3.
Thanks!