chickadee » srfi-69 » hash-table-ref

hash-table-ref HASH-TABLE KEYprocedure

Returns the VALUE for the KEY in the HASH-TABLE.

Aborts with an exception when the KEY is missing.