sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
PrimitiveArrayWrapper
/
dropLast
drop
Last
abstract
fun
dropLast
(
n
:
Int
)
:
ListWrapper
<
PT
>
返回删除最后 n 个元素的新列表.
参考
kotlin.collections.dropLast
Return
删除最后 n 个元素的新列表
Parameters
n
要删除的元素数量