pub fn record_match<'c>(
    context: &'c Context,
    inputs: &[Value<'c, '_>],
    matched_ops: &[Value<'c, '_>],
    dest: &Block<'c>,
    rewriter: Attribute<'c>,
    benefit: IntegerAttribute<'c>,
    location: Location<'c>
) -> RecordMatchOperation<'c>
Expand description

Creates a record_match operation.