macro_rules! array { ($t:ty, $( [ $($tail:tt)* ] ),* $(,)? ) => { ... }; }
See readme for documentation.