datastructures

v0.2.7

  • Pages
  • Modules
  • Exceptions
  • Protocols

    datastructures v0.2.7 Data.Set

    Summary

    Functions

    add(self, value)

    See Data.Protocol.Set.add/2

    delete(self, value)

    See Data.Protocol.Set.delete/2

    difference(self, other)

    See Data.Protocol.Set.difference/2

    disjoint?(self, other)

    See Data.Protocol.Set.disjoint?/2

    intersection(self, other)

    See Data.Protocol.Set.intersection/2

    subset?(self, other)

    See Data.Protocol.Set.subset?/2

    union(self, other)

    See Data.Protocol.Set.union/2

    Functions

    add(self, value)

    See Data.Protocol.Set.add/2.

    delete(self, value)

    See Data.Protocol.Set.delete/2.

    difference(self, other)

    See Data.Protocol.Set.difference/2.

    disjoint?(self, other)

    See Data.Protocol.Set.disjoint?/2.

    intersection(self, other)

    See Data.Protocol.Set.intersection/2.

    subset?(self, other)

    See Data.Protocol.Set.subset?/2.

    union(self, other)

    See Data.Protocol.Set.union/2.

    Built using ExDoc (v0.15.0), designed by Friedel Ziegelmayer.