pub fn ref_switch<O0: Into<Output>, O1: Into<Output>>( data: O0, pred: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RefSwitch::new().build(data, pred, scope).
RefSwitch::new().build(data, pred, scope)