Next: built-in unique eof, Up: built-in unique [Contents][Index]
<sentinel>
typeType of the sentinel object. (vicare-scheme)The sentinel object.
<sentinel>
: <sentinel> type-constructorThe constructor is sentinel
.
<sentinel>
: <boolean> type-predicate objThe type predicate is sentinel?
.
<sentinel>
: <boolean> equality-predicate this {obj <sentinel>}The equality predicate is eq?
.
<sentinel>
: <non-negative-fixnum> hash-function thisThe hash function is sentinel-hash
.