Skip to main content

with_box_list_mut_vec

Function with_box_list_mut_vec 

Source
pub fn with_box_list_mut_vec<R, FnR>(caller: FnR) -> R
where FnR: FnOnce(&mut Vec<Digested>) -> R,
Expand description

Access to the current box_list as a &mut Vec — allows push/pop operations.