pub fn subtract<O1: Into<Output>, O2: Into<Output>>( a: O1, b: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Subtract::new().build(scope), a, b).
Subtract::new().build(scope), a, b)