RMap (REnum v0.3.0)

Entry point of Map extensions, and can use all of RMap.* functions. See also.

Link to this section Summary

Link to this section Functions

Link to this function

delete(arg1, arg2)

See Map.delete/2.

Link to this function

drop(arg1, arg2)

See Map.drop/2.

Link to this function

equal?(arg1, arg2)

See Map.equal?/2.

Link to this function

fetch(arg1, arg2)

See Map.fetch/2.

Link to this function

fetch!(arg1, arg2)

See Map.fetch!/2.

Link to this function

filter(arg1, arg2)

See Map.filter/2.

Link to this function

from_struct(arg1)

See Map.from_struct/1.

Link to this function

get(arg1, arg2)

See Map.get/2.

Link to this function

get(arg1, arg2, arg3)

See Map.get/3.

Link to this function

get_and_update(arg1, arg2, arg3)

See Map.get_and_update/3.

Link to this function

get_and_update!(arg1, arg2, arg3)

See Map.get_and_update!/3.

Link to this function

get_lazy(arg1, arg2, arg3)

See Map.get_lazy/3.

Link to this function

has_key?(arg1, arg2)

See Map.has_key?/2.

See Map.keys/1.

Link to this function

map(arg1, arg2)

See Map.map/2.

Link to this function

merge(arg1, arg2)

See Map.merge/2.

Link to this function

merge(arg1, arg2, arg3)

See Map.merge/3.

See Map.new/0.

See Map.new/1.

Link to this function

new(arg1, arg2)

See Map.new/2.

Link to this function

pop(arg1, arg2)

See Map.pop/2.

Link to this function

pop(arg1, arg2, arg3)

See Map.pop/3.

Link to this function

pop!(arg1, arg2)

See Map.pop!/2.

Link to this function

pop_lazy(arg1, arg2, arg3)

See Map.pop_lazy/3.

Link to this function

put(arg1, arg2, arg3)

See Map.put/3.

Link to this function

put_new(arg1, arg2, arg3)

See Map.put_new/3.

Link to this function

put_new_lazy(arg1, arg2, arg3)

See Map.put_new_lazy/3.

Link to this function

reject(arg1, arg2)

See Map.reject/2.

Link to this function

replace(arg1, arg2, arg3)

See Map.replace/3.

Link to this function

replace!(arg1, arg2, arg3)

See Map.replace!/3.

See Map.size/1.

Link to this function

split(arg1, arg2)

See Map.split/2.

Link to this function

take(arg1, arg2)

See Map.take/2.

See Map.to_list/1.

Link to this function

update(arg1, arg2, arg3, arg4)

See Map.update/4.

Link to this function

update!(arg1, arg2, arg3)

See Map.update!/3.

See Map.values/1.