mg_list_copy

Creates a copy of the given list.

Return: A pointer to the copy or NULL if an error occurred.

extern (C) @safe @nogc pure nothrow
mg_list_copy
(
const mg_list* list
)

Meta