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