Macro konst_kernel::for_range

source ·
macro_rules! for_range {
    ($pat:pat_param in $range:expr => $($code:tt)*) => { ... };
}