pub const DICTIONARY_UNIQUE_PREFIX: usize = 3;Expand description
DICTIONARY_UNIQUE_PREFIX defines the number of characters that are guaranteed to be unique for each word in the dictionary. The seed code only looks at these three characters when parsing a word, allowing users to make substitutions for words if they prefer or find it easier to memorize.
This constant is here for documentation purposes.