Vector.y

Get a reference to second element.

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

Meta