keyOfUnchecked method

TKey keyOfUnchecked(
  1. int nid
)

Hot-path reverse lookup. nid must refer to a live slot.

Implementation

TKey keyOfUnchecked(int nid) => nids.keyOfUnchecked(nid);