For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
codepoint
Unicode codepoint handling.
This module provides the Codepoint type for representing single Unicode scalar values.
A codepoint represents a single Unicode character, restricted to valid Unicode scalar
values in the ranges 0 to 0xD7FF and 0xE000 to 0x10FFFF inclusive.
Structs
-
Codepoint: A Unicode codepoint, typically a single user-recognizable character; restricted to valid Unicode scalar values.