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