Vector.normalized

Returns a normalized vector.

struct Vector(T)
@safe nothrow pure inout
normalized
()
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Meta