Vector.xyz

Get a reference to the first, second and third elements.

struct Vector(T, uint N)
pure
static if(N > 3)
alias xyz = _slice!(0, 3)

Meta