prolog::del_min_assoc/4

del_min_assoc(+ Assoc, ? Key, ? Val, ? NewAssoc)*

Succeeds if NewAssoc is an association list, obtained by removing the smallest element of the list, with Key and Val from the list Assoc.

Private-func:

1. prolog::del_min_assoc_4::del_min_assoc/4(int ARG1, int ARG2, int ARG3, int ARG4)():