Yes, that’s what I meant. I should remember to use @code_warntype
. When I think about it it makes sense or else AbstractArray
would be dispatching things at run time which would be slow. It’s just that at a glance it looks like runtime polymorphism in any other language. What would be the runtime dispatch equivalent if it exists?
Thank you.