pub fn prelinearize_tuple<O0: Into<Output>>( inputs: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for PrelinearizeTuple::new().build(inputs, scope).
PrelinearizeTuple::new().build(inputs, scope)