Vector.e

normalized vector

only: if( is( typeof( this / len ) == typeof(this) ) )

struct Vector(size_t N, T)
pure const @property
static if(is(typeof(dot(selftype.init, selftype.init))))
static if(is(typeof(this / len) == typeof(this)))
e
()

Meta