Next: built-in pairs immutable, Previous: built-in pairs base, Up: built-in pairs [Contents][Index]
Type of weak pair objects.
<weak-pair>
: <weak-pair> type-constructor A DThe constructor is weak-cons
. Return a new weak pair having
A and D as car and cdr.
<weak-pair>
: <boolean> type-predicate objThe type predicate is weak-pair?
. Return #t
if obj is
an immutable pair object; otherwise return #f
.