ListG.concat

Adds the second GList onto the end of the first GList. Note that the elements of the second GList are not copied. They are used directly.

class ListG
concat

Parameters

list2 ListG

the GList to add to the end of the first GList

Return Value

Type: ListG

the start of the new GList

Meta