ListSG.concat

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

class ListSG
concat

Parameters

list2 ListSG

the GSList to add to the end of the first GSList

Return Value

Type: ListSG

the start of the new GSList