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