Next: built-in pointers, Previous: built-in symbols, Up: built-in [Contents][Index]
Type of keyword values.
<keyword>
: <keyword> type-constructor symbolThe constructor is symbol->keyword
.
<keyword>
: <boolean> type-predicate objThe type predicate is keyword?
. Return #t
if obj is a
keyword object; otherwise return #f
.
<keyword>
: <non-negative-fixnum> hash-function thisThe hash function is keyword-hash
.
<keyword>
: <boolean> equality-predicate this {K <keyword>}The equality predicate is keyword=?
.
<keyword>
: <symbol> symbol thisApply keyword->symbol
to the instance.
<keyword>
: <string> string thisApply keyword->string
to the instance.