Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.structs.minecraft.range
/
PosRange
Pos
Range
class
PosRange
<
T
,
POS
:
VectorComparable
<
POS
>
>
(
val
first
:
POS
,
val
last
:
POS
,
val
buildIterator
:
(
)
->
Iterator
<
T
>
)
:
ClosedRange
<
POS
>
,
Iterable
<
T
>
Constructors
Functions
Properties
Constructors
Pos
Range
Link copied to clipboard
fun
<
T
,
POS
:
VectorComparable
<
POS
>
>
PosRange
(
first
:
POS
,
last
:
POS
,
buildIterator
:
(
)
->
Iterator
<
T
>
)
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
value
:
POS
)
:
Boolean
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
Consumer
<
in
T
>
)
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
T
>
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
Properties
build
Iterator
Link copied to clipboard
val
buildIterator
:
(
)
->
Iterator
<
T
>
end
Inclusive
Link copied to clipboard
open
override
val
endInclusive
:
POS
first
Link copied to clipboard
val
first
:
POS
last
Link copied to clipboard
val
last
:
POS
start
Link copied to clipboard
open
override
val
start
:
POS