Vector.g

Get a reference to second element.

struct Vector(T, uint N)
static if(N >= 2)
alias g = y

Meta