Vector.z

Get a reference to third element.

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

Meta