- dict-search DICT PRED #!optional DEFprocedure
Returns the first entry value matched by the PRED. Otherwise the DEF value is returned.)
- PRED
- (KEY VAL --> boolean)
- DEF
- * ; #f
Returns the first entry value matched by the PRED. Otherwise the DEF value is returned.)