Vector.length

Vector length.

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

Meta