Macro impl_fixed_array_like

Source
macro_rules! impl_fixed_array_like {
    ($name: ident, $dim : expr) => { ... };
}