Vector.w

Get a reference to fourth element.

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

Meta