index_type

Macro index_type 

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

A macro for implementing some IndexLike type.

This should be concerted to a derive macro.