mg_list_append

Appends an element at the end of the list list.

Insertion will fail if the list capacity is already exhausted. If the insertion fails, the map doesn't take ownership of value.

extern (C)
mg_list_append

Parameters

value mg_value*

The value to be appended.

Return: The function returns non-zero value if insertion failed, zero otherwise.

Meta