chickadee » srfi-146 » mapping-ref/default

mapping-ref/default mapping key defaultprocedure

Semantically equivalent to, but may be more efficient than, the following code:

  (mapping-ref mapping key (lambda () default))