Macro iarray
macro_rules! iarray {
($($elements:expr_2021),* $(,)?) => { ... };
}Expand description
Inferred array: constructs Array literals without ambiguity.
See array! for docs and examples.
macro_rules! iarray {
($($elements:expr_2021),* $(,)?) => { ... };
}Inferred array: constructs Array literals without ambiguity.
See array! for docs and examples.