Macro konst_kernel::array_map

source ยท
macro_rules! array_map {
    ($array:expr, $($closure:tt)* ) => { ... };
}