pub type Tok = u64;
A type alias for a token, which is represented as a 64-bit unsigned integer. Tokens are used to represent words, phrases, or other searchable units.