Vector.b

Get a reference to third element.

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

Meta