array

Macro array 

Source
macro_rules! array {
    ($t:ty,
        $(
            [ $($tail:tt)* ]
        ),* $(,)?
    ) => { ... };
}
Expand description

See readme for documentation.