Function ListMap.getNode

Get list node by key.

inout inout(ListMap.Node)* getNode (
  K key
);

Returns

Found Node or null if container does not have node associated with key.