asLongArray
@ExperimentalUnsignedTypes fun ULongArray.asLongArray(): LongArray
Returns an array of type LongArray, which is a view of this array where each element is a signed reinterpretation of the corresponding element of this array.
@ExperimentalUnsignedTypes fun ULongArray.asLongArray(): LongArray
Returns an array of type LongArray, which is a view of this array where each element is a signed reinterpretation of the corresponding element of this array.