chickadee » srfi-146 » mapping-every?

mapping-every? predicate mappingprocedure

Returns #t if every 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.