Skip to main content

subf

Function subf 

Source
pub fn subf<'c>(
    lhs: Value<'c, '_>,
    rhs: Value<'c, '_>,
    location: Location<'c>,
) -> Operation<'c>
Expand description

Creates an arith.subf operation.