pub fn assuming_yield<'c>(
    context: &'c Context,
    operands: &[Value<'c, '_>],
    location: Location<'c>
) -> AssumingYieldOperation<'c>
Expand description

Creates an assuming_yield operation.