Skip to main content

varray

Macro varray 

macro_rules! varray {
    ($($elements:expr_2021),* $(,)?) => { ... };
}
Expand description

Variant array: constructs VarArray literals.

See array! for docs and examples.