Based on my math knowledge, I'd not expect a vecto...
# language-proposals
r
Based on my math knowledge, I'd not expect a vector or matrix to be mutable either. But I guess memory efficiency is a concern when it comes to complex operations, so in that case I think something like
a.divideBy(b)
would be the best option then. I'd still not want that to be an actual operator though, to avoid confusion with the regular, non-mutating operators.