list_cat

Concatenate two lists (l2 appended to l1). Output: *pl1 updated to be start of concatenated list.

extern (C++) nothrow @safe @nogc
list_t
list_cat
(
list_t* pl1
,
list_t l2
)

Return Value

Type: list_t

*pl1

Suggestion Box / Bug Report