Skip to main content

vdict

Macro vdict 

macro_rules! vdict {
    ($($key:expr => $value:expr_2021),* $(,)?) => { ... };
    ($($key:tt: $value:expr),* $(,)?) => { ... };
}
Expand description

Variant dict: constructs VarDictionary literals.

See dict! for docs and examples.