/accesswallet
Alijocker369 opened this issue · 1 comments
Alijocker369 commented
/// Iterate over the parts of the range.
pub fn iter(&self) -> impl Iterator<Item = (&Bound<V>, &Bound<V>)> {
self.segments.iter().map(|(start, end)| (start, end))
}
Alijocker369 commented
/// Iterate over the parts of the range. pub fn iter(&self) -> impl Iterator<Item = (&Bound<V>, &Bound<V>)> { self.segments.iter().map(|(start, end)| (start, end)) }