HashRangeMap.opIn_r

'in' operator: looks up the value mapped by a given HashRange

struct HashRangeMap(Value)
Value*
opIn_r

Parameters

range HashRange

hash range to check

Return Value

Type: Value*

pointer to the value mapped by range, or null if range is not in the HashRangeMap

Meta