The (rnrs mutable-pairs (6)) library allow new values to be assigned to the car and cdr fields of previously allocated pairs.
Mutable pairs | The (rnrs mutable-pairs (6)) library allow new values to be assigned to the car and cdr fields of previously allocated pairs. |
(rnrs mutable-pairs (6)) | |
Functions | |
set-car! | See http://www.r6rs.org |
set-cdr! | See http://www.r6rs.org |
See http://www.r6rs.org
(set-car! pair obj)
See http://www.r6rs.org
(set-cdr! pair obj)