ComputeIDCompare<D> typedef

ComputeIDCompare<D> = int Function(D a, D b)

Comparator used to order and compare IDs.

Implementation

typedef ComputeIDCompare<D> = int Function(D a, D b);