HashRangeMap.opBinaryRight

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

struct HashRangeMap(Value)
Value*
opBinaryRight
(
string op : "in"
)

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