kool
/
kool.lib
/
toMutableList
to
Mutable
List
fun
ByteBuffer
.
toMutableList
():
MutableList
<
Byte
>
Content copied to clipboard
fun
ShortBuffer
.
toMutableList
():
MutableList
<
Short
>
Content copied to clipboard
fun
IntBuffer
.
toMutableList
():
MutableList
<
Int
>
Content copied to clipboard
fun
LongBuffer
.
toMutableList
():
MutableList
<
Long
>
Content copied to clipboard
fun
FloatBuffer
.
toMutableList
():
MutableList
<
Float
>
Content copied to clipboard
fun
DoubleBuffer
.
toMutableList
():
MutableList
<
Double
>
Content copied to clipboard
fun
CharBuffer
.
toMutableList
():
MutableList
<
Char
>
Content copied to clipboard
Returns a
MutableList
filled with all elements of this buffer.