kool
/
kool.lib
/
slice
slice
fun
ByteBuffer
.
slice
(indices:
IntRange
):
ByteBuffer
Content copied to clipboard
fun
ShortBuffer
.
slice
(indices:
IntRange
):
ShortBuffer
Content copied to clipboard
fun
IntBuffer
.
slice
(indices:
IntRange
):
IntBuffer
Content copied to clipboard
fun
LongBuffer
.
slice
(indices:
IntRange
):
LongBuffer
Content copied to clipboard
fun
FloatBuffer
.
slice
(indices:
IntRange
):
FloatBuffer
Content copied to clipboard
fun
DoubleBuffer
.
slice
(indices:
IntRange
):
DoubleBuffer
Content copied to clipboard
fun
CharBuffer
.
slice
(indices:
IntRange
):
CharBuffer
Content copied to clipboard
Returns a list containing elements at indices in the specified
indices
range.