Hi, Is there a way to make this work for `Array` and Static Arrays? Thank you ```julia v1 = MVector(1, 2, 3) similar(v1,4) ```