Function ListMap.insertFront

Insert key-value pair to the front of list.

ListMap.Node* insertFront (
  K key,
  V value
);

Returns

Inserted node.