drop

abstract fun drop(n: Int): ListWrapper<PT>

返回删除前 n 个元素的新列表.

参考 kotlin.collections.drop

Return

删除前 n 个元素的新列表

Parameters

n

要删除的元素数量