W3cubDocs

/Kotlin

toTypedArray

Platform and version requirements: JVM (1.0)
@JvmStatic @ExperimentalUnsignedTypes fun UIntArray.toTypedArray(): Array<UInt>
@JvmStatic @ExperimentalUnsignedTypes fun ULongArray.toTypedArray(): Array<ULong>
@JvmStatic @ExperimentalUnsignedTypes fun UByteArray.toTypedArray(): Array<UByte>
@JvmStatic @ExperimentalUnsignedTypes fun UShortArray.toTypedArray(): Array<UShort>

© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-u-arrays-kt/to-typed-array.html