ListMap.Entry

Mapping of Node to structure.

struct ListMap(K, V, size_t chunkSize = 32)
static
struct Entry (
T = V
) {}

Constructors

this
this(T value)
this
this(K key, T value)

Members

Functions

hasKey
bool hasKey()
key
auto key()
value
auto value()

Meta