Macro roundabout::indexmap[][src]

macro_rules! indexmap {
    ($($key : expr => $value : expr), * $(,) ?) => { ... };
}