pub fn switch_expand<I: Int>(
scope: &mut Scope,
value: ExpandElementTyped<I>,
default_block: impl FnOnce(&mut Scope),
) -> SwitchExpand<I>
pub fn switch_expand<I: Int>(
scope: &mut Scope,
value: ExpandElementTyped<I>,
default_block: impl FnOnce(&mut Scope),
) -> SwitchExpand<I>