Function walk_array

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