reverse!
Name
reverse! -- Reverses a list using side effects.
Type: function
Description
Accomplishes something list reverse, but does so by
side-effecting l. Returns the new head of the list,
which was its tail.
Signals an error if l is not a proper list.