Function ListMap.prepend

Add value at the start of list.

ListMap.Node* prepend (
  V value
);

Returns

Inserted node.