Macro konst_kernel::iter_collect_const

source ยท
macro_rules! iter_collect_const {
    (
        $Item:ty =>
        $($rem:tt)*
    ) => { ... };
}