Vector.depth

Get a reference to third element.

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

Meta