pub fn fresh_descent_stack() -> Vec<PageId, MAX_BTREE_DEPTH>Expand description
Helper: ensure path is the canonical descent stack shape used
by the integrity walk’s caller. Re-exported for the obj crate’s
per-T extension so it does not have to reimplement the
HeaplessVec<PageId, MAX_BTREE_DEPTH> pattern.