parentByNid property

Int32List get parentByNid

Read-only view of the parent-nid array. Hot-path consumers (e.g. the visible-subtree-size walker) read directly to skip per-call dispatch. Caller must not mutate.

Implementation

Int32List get parentByNid => _parentByNid;