toHashSet

abstract fun toHashSet(): SetWrapper<T>

将此可迭代对象中的元素添加到一个 HashSet 中,并返回一个包含这些元素的 SetWrapper

Return

包含此可迭代对象中元素的 SetWrapper