ULongArray
@ExperimentalUnsignedTypes inline fun ULongArray(
size: Int,
init: (Int) -> ULong
): ULongArray
(source)
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
@ExperimentalUnsignedTypes inline fun ULongArray(
size: Int,
init: (Int) -> ULong
): ULongArray