pub type HashSet<T> = HashMap<T, ()>;Aliased Type§
struct HashSet<T> {
pub hash_to_value: LiteMap<u64, (), Vec<(u64, ()), Global>>,
/* private fields */
}Fields§
§hash_to_value: LiteMap<u64, (), Vec<(u64, ()), Global>>pub type HashSet<T> = HashMap<T, ()>;struct HashSet<T> {
pub hash_to_value: LiteMap<u64, (), Vec<(u64, ()), Global>>,
/* private fields */
}hash_to_value: LiteMap<u64, (), Vec<(u64, ()), Global>>