TreeIndex: Double Ended Iterator for Range
enhancement
currently TreeIndex only allows range iterator to be in ascending order.
Would it be possible for this iterator to also allow access in descending order?
I am mainly interested in this because I was implementing a rangemap (https://docs.rs/rangemap/latest/rangemap/inclusive_map/struct.RangeInclusiveMap.html) like map over TreeIndex
关闭于 2025-08-30 1 条评论