Vector.st

Get a reference to the first and second elements.

struct Vector(T, uint N)
static if(N >= 2)
alias st = xy

Meta