Function switch_expand

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