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.
The value to be appended.
Return: The function returns non-zero value if insertion failed, zero otherwise.
See Implementation
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.