pub type LevelNo = u32;Expand description
Level number type
Levels with lower numbers are located at the top of the diagram, higher
numbers at the bottom. LevelNo::MAX is reserved for terminal nodes.
Adjacent levels have adjacent level numbers.
pub type LevelNo = u32;Level number type
Levels with lower numbers are located at the top of the diagram, higher
numbers at the bottom. LevelNo::MAX is reserved for terminal nodes.
Adjacent levels have adjacent level numbers.