Skip to main content

iarray

Macro iarray 

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

Inferred array: constructs Array literals without ambiguity.

See array! for docs and examples.