RMap (REnum v0.3.1)
Entry point of Map extensions, and can use all of RMap.* functions. See also.
Link to this section Summary
Functions
See Map.get/2.
See Map.keys/1.
See Map.map/2.
See Map.new/2.
See Map.pop/2.
See Map.size/1.
See Map.values/1.
Link to this section Functions
delete(arg1, arg2)
See Map.delete/2.
drop(arg1, arg2)
See Map.drop/2.
equal?(arg1, arg2)
See Map.equal?/2.
fetch(arg1, arg2)
See Map.fetch/2.
fetch!(arg1, arg2)
See Map.fetch!/2.
filter(arg1, arg2)
See Map.filter/2.
from_struct(arg1)
See Map.from_struct/1.
get(arg1, arg2)
See Map.get/2.
get(arg1, arg2, arg3)
See Map.get/3.
get_and_update(arg1, arg2, arg3)
See Map.get_and_update/3.
get_and_update!(arg1, arg2, arg3)
get_lazy(arg1, arg2, arg3)
See Map.get_lazy/3.
has_key?(arg1, arg2)
See Map.has_key?/2.
keys(arg1)
See Map.keys/1.
map(arg1, arg2)
See Map.map/2.
merge(arg1, arg2)
See Map.merge/2.
merge(arg1, arg2, arg3)
See Map.merge/3.
new()
See Map.new/0.
new(arg1)
See Map.new/1.
new(arg1, arg2)
See Map.new/2.
pop(arg1, arg2)
See Map.pop/2.
pop(arg1, arg2, arg3)
See Map.pop/3.
pop!(arg1, arg2)
See Map.pop!/2.
pop_lazy(arg1, arg2, arg3)
See Map.pop_lazy/3.
put(arg1, arg2, arg3)
See Map.put/3.
put_new(arg1, arg2, arg3)
See Map.put_new/3.
put_new_lazy(arg1, arg2, arg3)
See Map.put_new_lazy/3.
reject(arg1, arg2)
See Map.reject/2.
replace(arg1, arg2, arg3)
See Map.replace/3.
replace!(arg1, arg2, arg3)
See Map.replace!/3.
size(arg1)
See Map.size/1.
split(arg1, arg2)
See Map.split/2.
take(arg1, arg2)
See Map.take/2.
to_list(arg1)
See Map.to_list/1.
update(arg1, arg2, arg3, arg4)
See Map.update/4.
update!(arg1, arg2, arg3)
See Map.update!/3.
values(arg1)
See Map.values/1.