updating oE rehash
rehash
include map.e namespace map public procedure rehash(map the_map_p, integer requested_size_p = 0)
changes the width (that is the number of buckets) of a map.
Parameters:
- m : the map to resize
- requested_size_p : a lower limit for the new size.
Comments:
If requested_size_p is not greater than zero, a new width is automatically derived from the current one.
See Also:
Not Categorized, Please Help
|