pub fn stateless_if<O0: Into<Output>, O1: Into<Output>>( cond: O0, input: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StatelessIf::new().build(cond, input, scope).
StatelessIf::new().build(cond, input, scope)