Macro argmin::make_kv[][src]

macro_rules! make_kv {
    ($($k : expr => $v : expr ;) *) => { ... };
}
Expand description

Creates an ArgminKV at compile time in order to avoid pushing to the kv vector.