Macro konst_kernel::for_each

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