[][src]Module azimuth::syllables

Lazy static constants providing the syllables used for Urbit's phonetic names.

Each syllable consists of three latin letters, but J, K, and Q are not used. Single-syllable names consist of a single "suffix" syllable. Longer names are made of words, each of which has a "prefix" syllable and a "suffix" syllable.

Structs

BYTES_MAP

All syllables as byte arrrays, mapped to their corresponding byte values.

PREFIX_BYTES

Prefix syllables as byte arrrays, indexed by their corresponding byte values.

PREFIX_BYTES_MAP

Prefix syllables as byte arrrays, mapped to their corresponding byte values.

PREFIX_STRINGS

Prefix syllables as strings, indexed by their corresponding byte values.

PREFIX_STRINGS_MAP

Prefix syllables as strings, mapped to their corresponding byte values.

STRINGS_MAP

All syllables as strings, mapped to their corresponding byte values.

SUFFIX_BYTES

Suffix syllables as byte arrrays, indexed by their corresponding byte values.

SUFFIX_BYTES_MAP

Suffix syllables as byte arrrays, mapped to their corresponding byte values.

SUFFIX_STRINGS

Suffix syllables as strings, indexed by their corresponding byte values.

SUFFIX_STRINGS_MAP

Suffix syllables as strings, mapped to their corresponding byte values.