[][src]Macro argmin::make_kv

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

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