Package avail.interpreter.primitive.characters

Types

Link copied to clipboard
object P_CharacterCodePoint : Primitive

Primitive: Extract the code point from a character.

Link copied to clipboard
object P_CharacterFromCodePoint : Primitive

Primitive: Convert a code point into a character.

Link copied to clipboard
object P_CharacterType : Primitive

Primitive: Extract an integer representing the Java enumeration value associated with the given character.