sliceArray
@ExperimentalUnsignedTypes
fun
UIntArray
.
sliceArray
(
indices
:
Collection
<
Int
>
)
:
UIntArray
(source)
@ExperimentalUnsignedTypes
fun
ULongArray
.
sliceArray
(
indices
:
Collection
<
Int
>
)
:
ULongArray
(source)
@ExperimentalUnsignedTypes
fun
UByteArray
.
sliceArray
(
indices
:
Collection
<
Int
>
)
:
UByteArray
(source)
@ExperimentalUnsignedTypes
fun
UShortArray
.
sliceArray
(
indices
:
Collection
<
Int
>
)
:
UShortArray
(source)
Returns an array containing elements of this array at specified indices .
@ExperimentalUnsignedTypes
fun
UShortArray
.
sliceArray
(
indices
:
IntRange
)
:
UShortArray
(source)
Returns an array containing elements at indices in the specified indices range.