All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.CharCode1.2.kt Maven / Gradle / Ivy

There is a newer version: 4.12.4
Show newest version
// Implement the new post-1.2 APIs which are used by core and serialization
@file:Suppress("unused")
package kotlin

inline val Char.code: Int get() = this.toInt()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy