HashRangeMap.remove

Removes the mapping for the specified range

struct HashRangeMap(Value)
bool
remove

Parameters

range HashRange

HashRange to remove mapping for

Return Value

Type: bool

true if range was found in the map or false if not

Meta