Macro impl_fixed_array_like_with_op

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