Function ListMap.insertBack

Insert key-value pair to the back of list.

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

Returns

Inserted node.