Vector.xy

Get a reference to the first and second elements.

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

Meta