pub const MAX_SYMBOL_LEN: usize = 8; // 8usize
The longest a symbol can be. Eight, so that a symbol is a u64 and a match is a mask and a compare rather than a loop over bytes.
u64