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