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.
macro_rules! make_kv {
($($k:expr => $v:expr;)*) => { ... };
}
Creates an ArgminKV
at compile time in order to avoid pushing to the kv
vector.