Vector.y

Get a reference to second element.

struct Vector(T, uint N)
pure
static if(N > 1)
alias y = _get!(1)

Meta