On this page
Module std::collections::btree_set
An ordered set based on a B-Tree.
Structs
-
ExtractIfExperimentalAn iterator produced by calling
extract_if
on BTreeSet. -
An ordered set based on a B-Tree.
-
A lazy iterator producing elements in the difference of
BTreeSet
s. -
A lazy iterator producing elements in the intersection of
BTreeSet
s. -
An owning iterator over the items of a
BTreeSet
. -
An iterator over the items of a
BTreeSet
. -
An iterator over a sub-range of items in a
BTreeSet
. -
A lazy iterator producing elements in the symmetric difference of
BTreeSet
s. -
A lazy iterator producing elements in the union of
BTreeSet
s.
© 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