Macro wjp::map

source ·
macro_rules! map {
    () => { ... };
    ($(($key:expr,$value:expr)), + ) => { ... };
}