Companion

object Companion

Functions

Link copied to clipboard
fun computeHashOfCharacterWithCodePoint(codePoint: Int): Int

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

Link copied to clipboard
fun fromByteCodePoint(codePoint: Short): A_Character?

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
fun hashOfByteCharacterWithCodePoint(codePoint: Short): Int

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

Properties

Link copied to clipboard
const val maxCodePointInt: Int

The maximum Unicode code point value as an Int.

Link copied to clipboard
val nonemptyStringOfDigitsType: A_Type

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