pub const MAX_LENGTH_SMALL: usize = _; // 14usize
Expand description
The maximum length in bytes, not Unicode scalar values, of a “small” string
that is saved in the struct TokenString
itself and not on the heap.
pub const MAX_LENGTH_SMALL: usize = _; // 14usize
The maximum length in bytes, not Unicode scalar values, of a “small” string
that is saved in the struct TokenString
itself and not on the heap.