kool
/
kool.lib
/
takeLast
take
Last
fun
ByteBuffer
.
takeLast
(n:
Int
):
List
<
Byte
>
Content copied to clipboard
fun
ShortBuffer
.
takeLast
(n:
Int
):
List
<
Short
>
Content copied to clipboard
fun
IntBuffer
.
takeLast
(n:
Int
):
List
<
Int
>
Content copied to clipboard
fun
LongBuffer
.
takeLast
(n:
Int
):
List
<
Long
>
Content copied to clipboard
fun
FloatBuffer
.
takeLast
(n:
Int
):
List
<
Float
>
Content copied to clipboard
fun
DoubleBuffer
.
takeLast
(n:
Int
):
List
<
Double
>
Content copied to clipboard
fun
CharBuffer
.
takeLast
(n:
Int
):
List
<
Char
>
Content copied to clipboard
Returns a list containing last
n
elements.