plus

operator fun plus(elements: Collection<Vector2I>): Vector2IArray

Returns an array containing all elements of the original array and then all elements of the given elements collection.


operator fun plus(element: Vector2I): Vector2IArray

Returns an array containing all elements of the original array and then the given element.


operator fun plus(elements: Vector2IArray): Vector2IArray

Returns an array containing all elements of the original array and then all elements of the given elements array.