Vector.yz

Get a reference to the second and third elements.

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

Meta