A 2-dimensional vector for unsigned integers.
uint x
uint y
~nat2()
nat2()
nat2(uint scalar)
nat2(uint x, uint y)
nat2(const nat2&in)
uint opIndex(int) const
uint
nat2 opAdd(const nat2&in) const
nat2
nat2 opSub(const nat2&in) const
nat2 opMul(const nat2&in) const
nat2 opDiv(const nat2&in) const
nat2 opAdd(uint) const
nat2 opSub(uint) const
nat2 opMul(uint) const
nat2 opDiv(uint) const
nat2 opAdd_r(uint) const
nat2 opSub_r(uint) const
nat2 opMul_r(uint) const
nat2 opDiv_r(uint) const
nat2& opAddAssign(const nat2&in)
nat2& opSubAssign(const nat2&in)
nat2& opMulAssign(const nat2&in)
nat2& opDivAssign(const nat2&in)
nat2& opAddAssign(uint)
nat2& opSubAssign(uint)
nat2& opMulAssign(uint)
nat2& opDivAssign(uint)
bool opEquals(const nat2&in)
bool
string ToString() const
string