Next: iklib misc, Previous: iklib debug, Up: iklib [Index]
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.
Return the sentinel object.
Return #t
if obj is the sentinel object, otherwise return
#f
.