ListMap.getNode

Get list node by key.

struct ListMap(K, V, size_t chunkSize = 32)
inout
inout(Node)*
getNode
(
K key
)

Return Value

Type: inout(Node)*

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

Meta