list
(
α
)
rev_append (
list
(
α
)
 
l1
, 
list
(
α
)
 
l2)
Revert a list and append it to another one.Performance note: This function is provided solely for performance reasons, as it is much
faster than performing either
append(l1, l2) or append(rev(l1), l2).
l1
A list to revert.
l2
A list to append at then end of l1.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.