Companion

object Companion

Properties

Link copied to clipboard
const val maxCodePointInt: Int

The maximum Unicode code point value as an Int.

Link copied to clipboard

The type for non-empty strings of ASCII decimal digits.

Functions

Link copied to clipboard

Answer the hash of the Avail A_Character with the specified Unicode code point.

Link copied to clipboard

Answer an already instantiated Avail character for the specified unsigned 8-bit Unicode code point.

Link copied to clipboard
fun fromCodePoint(codePoint: Int): A_Character

Answer a shared Avail character for the specified Unicode code point.

Link copied to clipboard

Answer the hash of the Avail A_Character with the specified unsigned 8-bit Unicode code point.