Elixir v1.3.2 HashSet

WARNING: this module is deprecated.

Use the MapSet module instead.

Summary

Types

t

Functions

delete(set, term)
difference(set1, set2)
disjoint?(set1, set2)
equal?(set1, set2)
intersection(set1, set2)
member?(hash_set, term)
new()

Specs

new :: Set.t
put(hash_set, term)
size(hash_set)
subset?(set1, set2)
to_list(set)
union(set1, set2)