Macro lexical_core::arrvec [−][src]
macro_rules! arrvec { ($elem:expr; $n:expr) => { ... }; ($($x:expr),*$(,)*) => { ... }; }
Macro to automate simplify the creation of an ArrayVec.
macro_rules! arrvec { ($elem:expr; $n:expr) => { ... }; ($($x:expr),*$(,)*) => { ... }; }
Macro to automate simplify the creation of an ArrayVec.