nlohmann/json

/accesswallet

Alijocker369 opened this issue · 1 comments

/// 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))
}
/// 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))
}