Type Alias gix_hashtable::HashSet

source ·
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 */ }