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

commonMain.com.copperleaf.kudzu.KudzuPlatform.kt Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package com.copperleaf.kudzu

/**
 * Acutal/expect declarations for Kudzu
 */
expect object KudzuPlatform {

    fun isLetter(char: Char): Boolean

    fun isDigit(char: Char): Boolean

    fun isLetterOrDigit(char: Char): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy