Vector.e

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(this / len) == typeof(this)))
e
()
if (
isCompatibleArrayAccessString(N, AS, SEP) ||
AS.length == 0
)

Meta