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