Vector.height

Get a reference to second element.

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

Meta