Kotlin HashSet toUIntArray()
Syntax & Examples
Syntax of HashSet.toUIntArray()
The syntax of HashSet.toUIntArray() extension function is:
fun Collection<UInt>.toUIntArray(): UIntArray
This toUIntArray() extension function of HashSet returns an array of UInt containing all of the elements of this collection.