Elixir

v1.4.5

Elixir
  • Pages
  • Modules
  • Exceptions
  • Protocols

    Elixir v1.4.5 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
    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

    Built using ExDoc (v0.16.1), designed by Friedel Ziegelmayer for the Elixir programming language.