datastructures v0.2.7 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)
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)