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