Skip to content

Commit 8adf03d

Browse files
authored
Add range iterators and immutable cursors for cranelift_bforest::Map (#12710)
* Add range iterators and immutable cursors for `cranelift_bforest::Map` * review feedback
1 parent 94a5e2c commit 8adf03d

3 files changed

Lines changed: 593 additions & 67 deletions

File tree

cranelift/bforest/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mod path;
3232
mod pool;
3333
mod set;
3434

35-
pub use self::map::{Map, MapCursor, MapForest, MapIter};
35+
pub use self::map::{Map, MapCursor, MapCursorMut, MapForest, MapIntoIter, MapIter, MapRange};
3636
pub use self::set::{Set, SetCursor, SetForest, SetIter};
3737

3838
use self::node::NodeData;

0 commit comments

Comments
 (0)