konst_kernel

Macro for_each

Source
macro_rules! for_each {
    ($pattern:pat_param in $($rem:tt)*) => { ... };
}