ListMap.append

Add value at the end of list.

struct ListMap(K, V, size_t chunkSize = 32)
append
()

Return Value

Type: Node*

Inserted node.

Meta