macro_rules! unindexed_range_impl {
    ( $t:ty, $len_t:ty ) => { ... };
}