Static methods
staticcopyFrom(self:Vec2I, source:{y:Int, x:Int}):Vec2I
staticcopyFrom(source:{y:Int, x:Int}):Vec2I
Copy from any object with .x .y fields
staticcopyFromArray(self:Vec2I, array:ArrayAccess<Int>, index:Int):Dynamic
staticcopyFromArray<T>(arrayLike:T, index:Int):T
staticcopyInto(self:Vec2I, target:{y:Int, x:Int}):{y:Int, x:Int}
staticcopyInto(target:{y:Int, x:Int}):{y:Int, x:Int}
Copy into any object with .x .y fields
staticcopyIntoArray(self:Vec2I, array:ArrayAccess<Int>, index:Int):Dynamic
staticcopyIntoArray<T>(arrayLike:T, index:Int):T
staticfrom(xy:{y:Int, x:Int}):Vec2I
staticfrom(source:{y:Int, x:Int}):Vec2I
Create from any object with .x .y fields