datastructures

v0.2.8

  • Pages
  • Modules
  • Exceptions
  • Protocols

    datastructures v0.2.8 Data.Dict

    Summary

    Functions

    delete(self, key)

    See Data.Protocol.Dictionary.delete/2

    fetch(self, key)

    See Data.Protocol.Dictionary.fetch/2

    get(self, key, default \\ nil)
    get!(self, key)
    has_key?(self, key)
    keys(self)

    See Data.Protocol.Dictionary.keys/1

    merge(self, other)
    merge(self, other, merger)
    put(self, key, value)

    See Data.Protocol.Dictionary.put/3

    put_new(self, key, value)
    update(self, key, updater)
    update(self, key, initial, updater)
    values(self)

    See Data.Protocol.Dictionary.values/1

    Functions

    delete(self, key)

    See Data.Protocol.Dictionary.delete/2.

    fetch(self, key)

    See Data.Protocol.Dictionary.fetch/2.

    get(self, key, default \\ nil)
    get!(self, key)
    has_key?(self, key)
    keys(self)

    See Data.Protocol.Dictionary.keys/1.

    merge(self, other)
    merge(self, other, merger)
    put(self, key, value)

    See Data.Protocol.Dictionary.put/3.

    put_new(self, key, value)
    update(self, key, updater)
    update(self, key, initial, updater)
    values(self)

    See Data.Protocol.Dictionary.values/1.

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