pub fn with_box_list_mut_vec<R, FnR>(caller: FnR) -> Rwhere FnR: FnOnce(&mut Vec<Digested>) -> R,
Access to the current box_list as a &mut Vec — allows push/pop operations.
&mut Vec