Vector.opDollar

Implement slices operator overloading. Allows to go back to slice world.

struct Vector(T, int N)
nothrow @nogc pure const nothrow
int
opDollar
()

Return Value

Type: int

length.

Meta