Sorry for this probably naive question. I was trying the following: ```nim import vmath var a = vec2(10.0,2.0) echo a.len ``` This works if compiled with `-d:vmathArrayBased`, but how can I get the length of the vector when is not based in arrays?