Vector.v

Get a reference to second element.

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

Meta