Re: generic container for maps
> Here comes the last of the five generic container types: I pushed this now. Bruno
generic container for maps
Here comes the last of the five generic container types: - list - ordered set - set - ordered map - map The operations are: Operation ARRAY LINKEDHASH HASH gl_map_size O(1) O(1) gl_map_get