tombstoneCount property

int get tombstoneCount

Number of tombstoned elements retained for ordering (see compacted).

Implementation

int get tombstoneCount => _nodes.values.where((n) => n.deleted).length;