Type alias Char

Char: string & {
    __compileTimeOnlyChar: Char;
}

Char wraps the primitive string which represents a single unicode codepoint.

See charFromString and charToString for type conversions.

Type declaration

  • __compileTimeOnlyChar: Char

Generated using TypeDoc