Function ListMap.append

Add value at the end of list.

ListMap.Node* append (
  V value
);

Returns

Inserted node.