Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.structs.minecraft.range
/
PosRangeIterator
Pos
Range
Iterator
class
PosRangeIterator
<
T
:
VectorComparable
<
T
>
>
(
first
:
T
,
last
:
T
,
val
factor
:
(
axis
:
IntArray
)
->
T
)
:
Iterator
<
T
>
Constructors
Functions
Properties
Constructors
Pos
Range
Iterator
Link copied to clipboard
fun
<
T
:
VectorComparable
<
T
>
>
PosRangeIterator
(
first
:
T
,
last
:
T
,
factor
:
(
axis
:
IntArray
)
->
T
)
Functions
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p0
:
Consumer
<
in
T
>
)
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T
Properties
factor
Link copied to clipboard
val
factor
:
(
axis
:
IntArray
)
->
T