Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/collections/btree_map/struct.IterMut.html IterMut in std::collections::btree_map - Rust A mutable iterator over the entries of a `BTreeMap`. std collections btreemap rustitermut https://doc.rust-lang.org/std/collections/btree_map/struct.Values.html Values in std::collections::btree_map - Rust An iterator over the values of a `BTreeMap`. std collections btreemap rustvalues https://doc.rust-lang.org/std/collections/btree_set/struct.IntoIter.html IntoIter in std::collections::btree_set - Rust An owning iterator over the items of a `BTreeSet` in ascending order. std collections btreeset rustintoiter https://doc.rust-lang.org/std/collections/btree_set/struct.Iter.html Iter in std::collections::btree_set - Rust An iterator over the items of a `BTreeSet`. std collections btreeset rustiter https://doc.rust-lang.org/std/collections/btree_map/struct.IntoKeys.html IntoKeys in std::collections::btree_map - Rust An owning iterator over the keys of a `BTreeMap`. std collections btreemap rust https://doc.rust-lang.org/std/collections/btree_map/struct.IntoIter.html IntoIter in std::collections::btree_map - Rust An owning iterator over the entries of a `BTreeMap`, sorted by key. std collections btreemap rustintoiter https://doc.rust-lang.org/std/collections/btree_map/struct.Keys.html Keys in std::collections::btree_map - Rust An iterator over the keys of a `BTreeMap`. std collections btreemap rustkeys