nidOf method

int nidOf(
  1. TKey key
)

Returns the internal nid for key, or noNid if the key isn't currently registered. O(1).

Implementation

int nidOf(TKey key) => _nids.nidOf(key);