pub fn inv<O0: Into<Output>>(x: O0, scope: &mut Scope) -> Result<Operation>
Shorthand for Inv::new().build(x, scope).
Inv::new().build(x, scope)