asUShortArray
@ExperimentalUnsignedTypes fun ShortArray.asUShortArray(): UShortArray
Returns an array of type UShortArray, which is a view of this array where each element is an unsigned reinterpretation of the corresponding element of this array.
@ExperimentalUnsignedTypes fun ShortArray.asUShortArray(): UShortArray
Returns an array of type UShortArray, which is a view of this array where each element is an unsigned reinterpretation of the corresponding element of this array.