Search
erlang_ds
v0.1.1
Pages
Modules
Settings
View Source
ds
(erlang_ds v0.1.1)
Link to this section
Summary
Functions
atomize(Obj, Keys)
boolize(Obj, Keys)
compare(A, B, Field)
delete(Obj, Key)
delete_list(Obj, RestKeys)
dict_test_()
filter(Obj, Fun)
get(Obj, Key)
get(Obj, Key, Default)
get_list(Obj, Keys)
get_list(Obj, Keys, Default)
guess_merge(List)
guess_merge(A, B)
has_key(Obj, Key)
keep(Obj, Keys)
map(Obj, Fun)
map_test_()
merge(List)
merge(A, B)
pl_test_()
rekey(Obj, KeyMap)
rekey(Obj, FromKey, ToKey)
set(Obj, Rest)
set(Obj, Key, Val)
to_dict(Obj)
to_list(Obj)
to_map(Obj)
transform(Obj, Map)
type(Obj)
update(Obj, RestKeys, FormatFun)
Link to this section
Functions
Link to this function
atomize(Obj, Keys)
View Source
Link to this function
boolize(Obj, Keys)
View Source
Link to this function
compare(A, B, Field)
View Source
Link to this function
delete(Obj, Key)
View Source
Link to this function
delete_list(Obj, RestKeys)
View Source
Link to this function
dict_test_()
View Source
Link to this function
filter(Obj, Fun)
View Source
Link to this function
get(Obj, Key)
View Source
Link to this function
get(Obj, Key, Default)
View Source
Link to this function
get_list(Obj, Keys)
View Source
Link to this function
get_list(Obj, Keys, Default)
View Source
Link to this function
guess_merge(List)
View Source
Link to this function
guess_merge(A, B)
View Source
Link to this function
has_key(Obj, Key)
View Source
Link to this function
keep(Obj, Keys)
View Source
Link to this function
map(Obj, Fun)
View Source
Link to this function
map_test_()
View Source
Link to this function
merge(List)
View Source
Link to this function
merge(A, B)
View Source
Link to this function
pl_test_()
View Source
Link to this function
rekey(Obj, KeyMap)
View Source
Link to this function
rekey(Obj, FromKey, ToKey)
View Source
Link to this function
set(Obj, Rest)
View Source
Link to this function
set(Obj, Key, Val)
View Source
Link to this function
to_dict(Obj)
View Source
Link to this function
to_list(Obj)
View Source
Link to this function
to_map(Obj)
View Source
Link to this function
transform(Obj, Map)
View Source
Link to this function
type(Obj)
View Source
Link to this function
update(Obj, RestKeys, FormatFun)
View Source