Vector.yzw

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

struct Vector(T, uint N)
pure
static if(N > 3)
alias yzw = _slice!(1, 4)

Meta