[ bianca ]
[ 原始碼: rust-hashbag ]
套件:librust-hashbag-dev(0.1.12-3)
unordered multiset using a hash bag - Rust source code
HashBag provides an unordered multiset/bag implementation backed by HashMap.
A bag, unlike a set, allows duplicate values, and keeps track of how many duplicates each value holds. This type of collection is often referred to as an unordered multiset (see also C++'s std::unordered_multiset).
This package contains the source for the Rust hashbag crate, for use with cargo.
其他與 librust-hashbag-dev 有關的套件
|
|
|
|
-
- dep: librust-serde-1+default-dev
- 套件暫時不可用