macro_rules! define_index_ops {
    ($T:ident, $MemoryType:ty) => { ... };
    ($T0: tt, $T:ident, $MemoryType:ty) => { ... };
}