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