[Erlang Systems]

dict

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

append(Key, Value, Dict1) -> Dict2

append_list(Key, ValList, Dict1) -> Dict2

dict_to_list(Dict) -> List

erase(Key, Dict1) -> Dict2

fetch(Key, Dict) -> Value

fetch_keys(Dict) -> Keys

find(Key, Dict) -> Result

is_key(Key, Dict) -> bool()

new() -> dictionary()

store(Key, Value, Dict1) -> Dict2

Notes

AUTHORS


stdlib 1.6.1
Copyright © 1991-1999 Ericsson Utvecklings AB