pub fn complex<O0: Into<Output>, O1: Into<Output>>( real: O0, imag: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Complex::new().build(real, imag, scope).
Complex::new().build(real, imag, scope)