Vector.p

Get a reference to third element.

struct Vector(T, uint N)
static if(N >= 3)
alias p = z

Meta