[Erlang Systems]

dict

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

append(Key, Value, Dict1) -> Dict2

append_list(Key, ValList, Dict1) -> Dict2

erase(Key, Dict1) -> Dict2

fetch(Key, Dict) -> Value

fetch_keys(Dict) -> Keys

filter(Pred, Dict1) -> Dict2

find(Key, Dict) -> Result

fold(Function, Acc0, Dict) -> Acc1

from_list(List) -> Dict

is_key(Key, Dict) -> bool()

map(Func, Dict1) -> Dict2

merge(Func, Dict1, Dict2) -> Dict3

new() -> dictionary()

store(Key, Value, Dict1) -> Dict2

to_list(Dict) -> List

update(Key, Function, Dict) -> Dict

update(Key, Function, Initial, Dict) -> Dict

update_counter(Key, Increment, Dict) -> Dict

Notes

AUTHORS


stdlib 1.11.0
Copyright © 1991-2002 Ericsson Utvecklings AB