asList

Common
JVM
Native
1.3
@ExperimentalUnsignedTypes fun UIntArray.asList(): List<UInt>
(Common source) (JVM source) (Native source)
@ExperimentalUnsignedTypes fun ULongArray.asList(): List<ULong>
(Common source) (JVM source) (Native source)
@ExperimentalUnsignedTypes fun UByteArray.asList(): List<UByte>
(Common source) (JVM source) (Native source)
@ExperimentalUnsignedTypes fun UShortArray.asList(): List<UShort>
(Common source) (JVM source) (Native source)

Returns a List that wraps the original array.

JS
1.3
fun <ERROR CLASS>.asList(): List<<ERROR CLASS>>
(source)

Returns a List that wraps the original array.