Macro total_space::index_type[][src]

macro_rules! index_type {
    ($name:ident, $type:ident) => { ... };
}

A macro for implementing some IndexLike type.

This should be concerted to a derive macro.