int indexOf(T tabValue)

The index of a given value in values.

Runs in constant time.

Source

int indexOf(T tabValue) => _valueToIndex[tabValue];