pub type HashSet<T = ObjectId> = HashSet<T, Builder>;
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
ObjectId
8
HashMap