rbdict
Summary
Types
Functions
- append(K, V, T)
- append_list(K, V, T)
- compare_fun(X1)
- default_compare(X, Y)
- erase(K, T)
- fetch(K, X2)
- fetch_keys(T)
- filter(F, T)
- find(K, X2)
- fold(F, Acc, X3)
- from_list(L)
- from_list(Compare, L)
- is_key(K, X2)
- map(F, T)
- merge(F, D1, D2)
- new()
- new(Compare)
- size(T)
- store(K, V, T)
- to_list(T)
- update(K, F, X3)
- update(K, F, I, T)
- update_counter(K, I, T)
- update_val(K, V, X3)