pub const MAX_TREE_DEPTH: usize = 512;
Maximum node depth visited by walk.
walk
Hand-written code rarely exceeds ~100; the limit exists to bound generated and adversarial input, not to constrain real source.