CompactionStrategy typedef

CompactionStrategy = bool Function(int entries, int deletedEntries)

A function which decides when to compact a box.

Implementation

typedef CompactionStrategy = bool Function(int entries, int deletedEntries);