KeyCalculator<T> typedef

KeyCalculator<T> = int Function(T t)

Implementation

typedef int KeyCalculator<T>(T t);