Function walk_array_access

Source
pub fn walk_array_access<'hir, V>(
    v: &mut V,
    array: &'hir Expression<'hir>,
    index: &'hir Expression<'hir>,
) -> V::Result
where V: Visitor<'hir> + ?Sized,