Next: , Previous: , Up: iklib   [Index]


6.52 The sentinel object

The sentinel object is a unique object. It is meant to be used with hashtable-ref as follows:

(hashtable-ref ?table ?key (sentinel))

and for other similar uses.

Function: sentinel

Return the sentinel object.

Function: sentinel? obj

Return #t if obj is the sentinel object, otherwise return #f.