noNid constant

int const noNid

Sentinel returned by nidOf when the key isn't registered. Same value as the internal VisibleOrderBuffer.kNotVisible but exposed separately since callers should treat it as "unknown key".

Implementation

static const int noNid = NodeIdRegistry.noNid;