Next: built-in records rtd, Up: built-in records [Contents][Index]
<record> typeType of record objects.
<record>: <record> type-constructor recoValidate reco as record object and return it.
<record>: <boolean> type-predicate objThe type predicate is record?.
<record>: <boolean> equality-predicate this {reco <record>}The equality predicate is record=?.
<record>: <non-negative-fixnum> hash-function thisThe hash function is record-hash.
<record>: <boolean> = this {reco <record>} …Apply record=? to the arguments and return its return value.
<record>: <boolean> != this {reco <record>} …Apply record!=? to the arguments and return its return value.
<record>: <top> ref this {idx <non-negative-fixnum>}Apply record-ref to the arguments and return its return value.
<record>: () reset thisApply record-reset! to the arguments and return its return value.