Compat

object Compat

Functions

Link copied to clipboard
inline fun assert(condition: Boolean, messageProducer: () -> String = { "" })
Link copied to clipboard
fun charCount(char: Int): Int
Link copied to clipboard
fun codePointAt(seq: CharSequence, index: Int): Int
Link copied to clipboard
fun codePointBefore(seq: CharSequence, index: Int): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun offsetByCodePoints(seq: CharSequence, index: Int, codePointOffset: Int): Int
Link copied to clipboard
fun toCodePoint(high: Char, low: Char): Int