Macro array_type

Source
macro_rules! array_type {
    ($arr:ty) => { ... };
}