chickadee » srfi-146 » mapping-any?

mapping-any? predicate mappingprocedure

Returns #t if any association of the mapping mapping satisfies predicate (in the sense of mapping-find), or #f otherwise. There are no guarantees how many times and with which keys and values predicate is invoked.