298yap_flag( ?Param, ?Value)
assoc_to_list(+ Assoc,? List)
del_assoc(+ Key, + Assoc, ? Val, ? NewAssoc)
del_max_assoc(+ Assoc, ? Key, ? Val, ? NewAssoc)
del_min_assoc(+ Assoc, ? Key, ? Val, ? NewAssoc)
gen_assoc( ?Key, +Assoc, ?Valu_)
get_assoc(+ Key,+ Assoc,? Value)
get_assoc(+ Key,+ Assoc,? Value,+ NAssoc,? NValue)
get_next_assoc(+ Key,+ Assoc,? Next,? Value)
get_prev_assoc(+ Key,+ Assoc,? Next,? Value)
list_to_assoc(+ List,? Assoc)
map_assoc(+ Pred,+ Assoc)
map_assoc(+ Pred,+ Assoc,? New)
max_assoc(+ Assoc,- Key,? Value)
min_assoc(+ Assoc,- Key,? Value)
ord_list_to_assoc(+ List,? Assoc)
put_assoc(+ Key,+ Assoc,+ Val,+ New)
rb_del_max( +T, -Key, -Val, -TN)
rb_del_min(+T, -Key, -Val, -TN)
rb_delete(+T, +Key, -Val, -TN)
rb_insert(+ T0,+ Key,? Value,+ TF)
rb_lookup(+Key, -Value, +T)
rb_max( +T, -Key, -Value)
rb_next(+T, +Key, -Next,-Value)
rb_previous(+T, +Key, -Previous, -Value)
rb_update(+T, +Key, +NewVal, -TN)
rb_update(+T, +Key, ?OldVal, +NewVal, -TN)