Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.structs.minecraft.range
/
PosRange
/
PosRange
Pos
Range
fun
<
T
,
POS
:
VectorComparable
<
POS
>
>
PosRange
(
first
:
POS
,
last
:
POS
,
buildIterator
:
(
)
->
Iterator
<
T
>
)