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.
macro_rules! index_type {
($name:ident, $type:ident) => { ... };
}A macro for implementing some IndexLike type.
This should be concerted to a derive macro.