distinct

abstract fun distinct(): ListWrapper<T>

返回一个列表,其中包含此数组中不同的元素。

参考 kotlin.collections.distinct

Return

一个包含此数组中不同元素的列表