Nemerle Documentation

list.Append Method 

Returns list made from appending list y at end of list x. Original list are not modified. Works in time and memory O(length(x)).

public list Append(
   list y
);

See Also

list Class | Nemerle.Core Namespace