CollectGarbage typedef

CollectGarbage = void Function(List<int> garbages)

Return indexes of children which are disposed to collect

Implementation

typedef CollectGarbage = void Function(List<int> garbages);