Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.multidimensionalCollections
/
dev.lounres.kone.multidimensionalCollections
/
MDShapeOffsetting
MDShape
Offsetting
interface
MDShapeOffsetting
:
MDShapeIndexer
(
source
)
Inheritors
MDShapeStrides
Members
Properties
shape
Link copied to clipboard
abstract
val
shape
:
MDShape
size
Link copied to clipboard
open
override
val
size
:
UInt
Functions
as
Sequence
Link copied to clipboard
open
fun
asSequence
(
)
:
Sequence
<
KoneUIntArray
>
has
Next
Link copied to clipboard
abstract
fun
KoneUIntArray
.
hasNext
(
)
:
Boolean
index
Link copied to clipboard
abstract
fun
index
(
offset
:
UInt
)
:
KoneUIntArray
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
KoneIterator
<
KoneUIntArray
>
next
Link copied to clipboard
abstract
fun
KoneUIntArray
.
next
(
)
:
KoneUIntArray
offset
Link copied to clipboard
abstract
fun
offset
(
index
:
KoneUIntArray
)
:
UInt