pub fn foreach_match<'c>(
    context: &'c Context,
    updated: Type<'c>,
    root: Value<'c, '_>,
    matchers: ArrayAttribute<'c>,
    actions: ArrayAttribute<'c>,
    location: Location<'c>
) -> ForeachMatchOperation<'c>
Expand description

Creates a foreach_match operation.