std::collections::btree_set

Module std::collections::btree_set

A set based on a B-Tree.

Structs

BTreeSet

A set based on a B-Tree.

Difference

A lazy iterator producing elements in the difference of BTreeSets.

Intersection

A lazy iterator producing elements in the intersection of BTreeSets.

IntoIter

An owning iterator over the items of a BTreeSet.

Iter

An iterator over the items of a BTreeSet.

Range

An iterator over a sub-range of items in a BTreeSet.

SymmetricDifference

A lazy iterator producing elements in the symmetric difference of BTreeSets.

Union

A lazy iterator producing elements in the union of BTreeSets.

© 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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部