Skip to main content

CURSOR_ROOT

Constant CURSOR_ROOT 

pub const CURSOR_ROOT: u32 = u32::MAX; // 4_294_967_295u32
Expand description

The position addressing the root node (ParsedTree::root, which lives outside the arena). Unreachable as a real slot: Tree::children_start is u32, so an arena never has a valid slot at u32::MAX.