Vector2i

int型の2次元ベクトルです.

alias Vector2i = Vector!(int, 2)

Meta