list
(
α
)
append (
list
(
α
)
 
l1
, 
list
(
α
)
 
l2)
Concatenate two lists.Performance note: if you have a list you often need to extend at the end, rather than List.append,
you should consider maintaining a list of lists, which will only be flattened once
using
List.flatten.
l1
The beginning.
l2
The end.

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.