← Docs
kotlin-stdlib / kotlin.collections / asUShortArray

asUShortArray

Common
JVM
JS
Native
1.3
@ExperimentalUnsignedTypes fun ShortArray . asUShortArray ( ) : UShortArray
(source)

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.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .