Create a shallow copy of other map.
Create a map from a Value.
Create a Map from a copy of the given mg_map.
Checks if the map as range is empty.
Returns the next element in the map range.
Checks if the map contains the given key. Return: true if map contains key, false otherwise.
Compares this map with other. Return: true if same, false otherwise.
Returns the value associated with the given key.
Move to the next element in the list range.
Return pointer to internal mg_map.
Return the hash code for this map.
Return a printable string representation of this map.
Returns the number of key / value pairs in this map.
Sized sequence of pairs of keys and values. Maximum possible map size allowed by Bolt protocol is uint.max.
Map may contain a mixture of different types as values. A map owns all keys and values stored in it.
Can be used like a standard D hash map.