low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
Vector2FArray
/
dropLast
drop
Last
fun
dropLast
(
n
:
Int
)
:
List
<
Vector2F
>
Returns a list containing all elements except last
n
elements.
Throws
Illegal
Argument
Exception
if
n
is negative.