pub type HashSet<T = ObjectId> = HashSet<T, Builder>;
Expand description
A HashSet
for usage with keys that are already robust hashes (like an ObjectId
).
The first 8
bytes of the hash are used as the HashMap
hash
Aliased Typeยง
struct HashSet<T = ObjectId> { /* private fields */ }