typer_map
Functions
fold(Fun, Acc0, Dict) -> term()
from_list(List) -> term()
insert(Object, Dict) -> term()
lookup(Key, Dict) -> term()
new() -> term()
remove(Key, Dict) -> term()
View Functions
fold/3
from_list/1
insert/2
lookup/2
new/0
remove/2