datastructures v0.1.1 Data.Dict

Summary

Types

Functions

delete(self, key)

See Data.Dictionary.delete/2.

fetch(self, key)

See Data.Dictionary.fetch/2.

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

See Data.Dictionary.keys/1.

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

See Data.Dictionary.put/3.

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

See Data.Dictionary.values/1.