MAX_ORDERED

Constant MAX_ORDERED 

Source
pub const MAX_ORDERED: usize = 8;
Expand description

How many fields fit in the packed layout: eight, at four bits each.

Nothing in this tree declares a record wider than that, and one that did would sort at run time rather than fail — which is why this is a constant here and not a limit in the language.