W3cubDocs

/Kotlin

convert

Platform and version requirements: Native (1.3)
fun <reified R : Any> Byte.convert(): R
fun <reified R : Any> Short.convert(): R
fun <reified R : Any> Int.convert(): R
fun <reified R : Any> Long.convert(): R
fun <reified R : Any> UByte.convert(): R
fun <reified R : Any> UShort.convert(): R
fun <reified R : Any> UInt.convert(): R
fun <reified R : Any> ULong.convert(): R

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/convert.html