union

abstract fun union(other: Iterable<PT>): SetWrapper<PT>

返回此数组和给定 Iterable 的并集.

参考 kotlin.collections.union

Return

此数组和给定 Iterable 的并集

Parameters

other

给定的 Iterable