We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cranelift_bforest::Map
1 parent 94a5e2c commit 8adf03dCopy full SHA for 8adf03d
3 files changed
cranelift/bforest/src/lib.rs
@@ -32,7 +32,7 @@ mod path;
32
mod pool;
33
mod set;
34
35
-pub use self::map::{Map, MapCursor, MapForest, MapIter};
+pub use self::map::{Map, MapCursor, MapCursorMut, MapForest, MapIntoIter, MapIter, MapRange};
36
pub use self::set::{Set, SetCursor, SetForest, SetIter};
37
38
use self::node::NodeData;
0 commit comments