keyOf method

TKey? keyOf(
  1. int nid
)

Reverse lookup: key for nid, or null if the slot is free.

Implementation

TKey? keyOf(int nid) => nids.keyOf(nid);