Vector.zw

Get a reference to the third and fourth elements.

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

Meta