Initialize the associative array with default value.
Usefull for default funcion argument.
StringMap!int map = null; //
See Implementation
Initialize the associative array with default value.