prolog::min_assoc/3

min_assoc(+ Assoc,- Key,? Value)*

Given the association list Assoc, Key in the smallest key in the list, and Value the associated value.

Private-func:

1. prolog::min_assoc_3::min_assoc/3(int ARG1, int ARG2, int ARG3)():