macro_rules! array_map {
    ($is: ident, $f: expr) => { ... };
}
Expand description

Applies the function f to the provided interfaces is.

NOTE: The function f must be a function pointer (type fn). It f is not a function pointer, it may cause internal compile error.