Vector.z

Get a reference to third element.

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

Meta