Vector.len

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(size_t N, T, alias string AS = "")
pure const @property
static if(is(typeof(dot(selftype.init, selftype.init))))
static if(is(typeof(sqrt(CommonType!(T, float)(this.len2)))))
len
(
E = CommonType!(T, float)
)
()
if (
isCompatibleArrayAccessString(N, AS, SEP) ||
AS.length == 0
)

Meta