Vector.x

Get a reference to first element.

struct Vector(T, uint N)
alias x = _get!(0)

Meta