Macro when

Source
macro_rules! when {
    ( $( $cs:ident ),* ; $( $gs:ident ),* ; $thunk:expr_2021 ) => { ... };
}
Expand description

“When” block.