kNotVisible constant

int const kNotVisible

Sentinel in indexByNid meaning "not currently in the visible order". Freed nids also carry this value so a recycled nid starts invisible.

Implementation

static const int kNotVisible = -1;