Next: Amap copying and conversion, Previous: Amap mapping and folding, Up: Associative Maps [Contents][Index]
Returns the number of associations in amap as an exact integer.
Returns a newly allocated list of all the keys in amap.
Returns a newly allocated list of all the values in amap.
Returns two values, a newly allocated list of all the keys in amap and a newly allocated list of all the values in amap in the corresponding order.
For each association of amap, invoke procedure on its key
and value. If procedure returns true, then amap-find
returns what procedure returns. If all the calls to
procedure return #f
, returns the result of invoking the
thunk fail.
For each association of amap, invoke predicate on its key and value. Returns the number of calls to predicate that returned true.