Searched refs:bounded_range (Results 1 – 1 of 1) sorted by relevance
430 bounded_range(|(a, b)| a..b),447 bounded_range(|(a, b)| a..=b),468 pub(crate) fn bounded_range<CB, I, R>(bounds: (I, I), cb: CB) -> R in bounded_range() function