Skip to main content

MAX_SYMBOL_LEN

Constant MAX_SYMBOL_LEN 

Source
pub const MAX_SYMBOL_LEN: usize = 8; // 8usize
Expand description

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.