Vector.xyz

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

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

Meta