hash-table-ref/default

[procedure] hash-table-ref/default hash-table key default

SRFI-69: Evaluates to the same value as (hash-table-ref hash-table key (lambda () default)).