Module im::hashset
[−]
[src]
A hash set.
An immutable hash set.
This is implemented as a HashMap with no
values, so it shares the exact performance characteristics of
HashMap.
Structs
| HashSet |
A hash set. |