A.4.3 Querying association lists
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(assoc): Association lists
Querying association lists
get_assoc/3
get_assoc/5
max_assoc/3
min_assoc/3
gen_assoc/3
Packages
Availability:
:- use_module(
library(assoc)
).
(can be autoloaded)
[semidet]
max_assoc
(
+Assoc, -Key, -Value
)
True if
Key
-
Value
is in
Assoc
and
Key
is the largest key.