| dict_fill/4 | Implementation 
for the dicts_to_same_keys/3‘OnEmpty` closure that fills new cells 
with a copy of ValueIn. | 
| dict_keys/2 | True 
when Keys is an ordered set of the keys appearing in Dict. | 
| dict_size/2 | True 
when KeyCount is the number of keys in Dict. | 
| dicts_join/3 | Join 
dicts in Dicts that have the same value for Key, provided they do not 
have conflicting values on other keys. | 
| dicts_join/4 | Join 
two lists of dicts (Dicts1 and Dicts2) on Key. | 
| dicts_same_keys/2 | True 
if List is a list of dicts that all have the same keys and Keys is an 
ordered set of these keys. | 
| dicts_same_tag/2 | True 
when List is a list of dicts that all have the tag Tag. | 
| dicts_slice/3 | DictsOut 
is a list of Dicts only containing values for Keys. | 
| dicts_to_compounds/4 | True 
when Dicts and Compounds are lists of the same length and each element 
of Compounds is a compound term whose arguments represent the values 
associated with the corresponding keys in Keys. | 
| dicts_to_same_keys/3 | DictsOut 
is a copy of DictsIn, where each dict contains all keys appearing in all 
dicts of DictsIn. | 
| mapdict/2 | True 
when all dicts have the same set of keys and call(Goal, Key, V1, ...) is 
true for all keys in the dicts. | 
| mapdict/3 | True 
when all dicts have the same set of keys and call(Goal, Key, V1, ...) is 
true for all keys in the dicts. | 
| mapdict/4 | True 
when all dicts have the same set of keys and call(Goal, Key, V1, ...) is 
true for all keys in the dicts. |