toMutableSet

abstract fun <T> toMutableSet(array: Array<T>): MutableSet<T>

将数组转成 MutableSet.

Return

转换后的 MutableSet

Parameters

T
array

需要转换的数组