ListMap.insertFront

Insert key-value pair to the front of list.

struct ListMap(K, V, size_t chunkSize = 32)
insertFront
(
K key
,)

Return Value

Type: Node*

Inserted node.

Meta