Toggle Sidebar
Toggle Theme
Elixir
v1.5.0-rc.2
Pages
Modules
Exceptions
Elixir v1.5.0-rc.2
HashSet
View Source
WARNING: this module is deprecated.
Use the
MapSet
module instead.
Link to this section
Summary
Types
t()
Functions
delete(set, term)
difference(set1, set2)
disjoint?(set1, set2)
equal?(set1, set2)
intersection(set1, set2)
member?(hash_set, term)
new()
put(hash_set, term)
size(hash_set)
subset?(set1, set2)
to_list(set)
union(set1, set2)
Link to this section
Types
Link to this opaque
t()
View Source
(opaque)
t
()
Link to this section
Functions
Link to this function
delete(set, term)
View Source
Link to this function
difference(set1, set2)
View Source
Link to this function
disjoint?(set1, set2)
View Source
Link to this function
equal?(set1, set2)
View Source
Link to this function
intersection(set1, set2)
View Source
Link to this function
member?(hash_set, term)
View Source
Link to this function
new()
View Source
new() ::
Set.t
()
Link to this function
put(hash_set, term)
View Source
Link to this function
size(hash_set)
View Source
Link to this function
subset?(set1, set2)
View Source
Link to this function
to_list(set)
View Source
Link to this function
union(set1, set2)
View Source