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