kotlin-stdlib / kotlin.collections / asIntArray asIntArray Common JVM JS Native 1.3 @ExperimentalUnsignedTypes fun UIntArray.asIntArray(): IntArray Returns an array of type IntArray, which is a view of this array where each element is a signed reinterpretation of the corresponding element of this array.