pub fn intr_expect_with_probability<'c>(
    context: &'c Context,
    res: Type<'c>,
    val: Value<'c, '_>,
    expected: Value<'c, '_>,
    prob: FloatAttribute<'c>,
    location: Location<'c>
) -> ExpectWithProbabilityOperation<'c>
Expand description

Creates an intr.expect.with.probability operation.