What’s actually going on under the hood when using elementwise operators? e.g., z=x.*y.
When I look at the syntax tree, the head is call and arg[1] is :(.*). However, I’m not sure where that symbol is actually defined. It’s not in Main or Base. Using @which gives an error.