asULongArray

Common
JVM
JS
Native
1.3
@ExperimentalUnsignedTypes fun LongArray.asULongArray(): ULongArray

Returns an array of type ULongArray, which is a view of this array where each element is an unsigned reinterpretation of the corresponding element of this array.