UShortArray
@ExperimentalUnsignedTypes inline fun UShortArray(
size: Int,
init: (Int) -> UShort
): UShortArray
(source)
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
@ExperimentalUnsignedTypes inline fun UShortArray(
size: Int,
init: (Int) -> UShort
): UShortArray