Vector2IIterator

An iterator over a sequence of values of type Vector2I

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
expect abstract operator fun hasNext(): Boolean
Link copied to clipboard
operator override fun next(): Vector2I
Link copied to clipboard
abstract fun nextVector2I(): Vector2I

Returns the next element in the iteration without boxing.