Open
Description
openedon Jan 25, 2024
I think it would help to have cleaner code if we could write
map!(x \to x^2, A) # where \to is replaced by its symbol
instead of
map!(x -> x^2, A)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment