Vector.zw

Get a reference to the third and fourth elements.

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

Meta