macro_rules! range_exact_iter_impl {
    ($($t:ty)*) => { ... };
}