intersect

abstract fun intersect(other: Iterable<T>): SetWrapper<T>

返回此数组和给定集合的交集。

参考 kotlin.collections.intersect

Return

此数组和给定集合的交集

Parameters

other

给定集合