set-cdr!
set-cdr! : ((cons Y (listof X)) (listof X) -> void)
purpose:
to update the rest of a non-empty list
Advanced Student Language