pub fn walk_array<'ast, 'arena, W, C>( walker: &W, array: &'ast Array<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,