pub fn select<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( condition: O0, t: O1, e: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Select::new().build(condition, t, e, scope).
Select::new().build(condition, t, e, scope)