Function walk_array_mut

Source
pub fn walk_array_mut<W, C>(walker: &mut W, array: &Array, context: &mut C)
where W: MutWalker<C>,