A set based on a B-Tree.
BTreeSet | A set based on a B-Tree. |
Difference | A lazy iterator producing elements in the set difference (in-order). |
Intersection | A lazy iterator producing elements in the set intersection (in-order). |
IntoIter | An owning iterator over a |
Iter | An iterator over a |
SymmetricDifference | A lazy iterator producing elements in the set symmetric difference (in-order). |
Union | A lazy iterator producing elements in the set union (in-order). |
Range | [ Experimental ] An iterator over a sub-range of |
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/collections/btree_set/index.html