Vector.xy

Get a reference to the first and second elements.

struct Vector(T, uint N)
pure
static if(N > 2)
alias xy = _slice!(0, 2)

Meta