konst_kernel

Macro array_map

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