map_size [function]

map_size( dict )

return the number of entries in the map object

x = map( 5, "a", 123, "b" );
map_size( x ); // returns 2