mg_map

Sized sequence of pairs of keys and values.

Map may contain a mixture of different types as values. A map owns all keys and values stored in it.

Maximum possible map size allowed by Bolt protocol is uint.max.

  1. struct mg_map
    version(unittest)
    extern (C)
    struct mg_map {}
  2. struct mg_map

Members

Variables

capacity
uint capacity;
Undocumented in source.
keys
mg_string** keys;
Undocumented in source.
size
uint size;
Undocumented in source.
values
mg_value** values;
Undocumented in source.

Meta