Macro argmin::make_kv[][src]

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

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