HashFunction<T> typedef

HashFunction<T> = int Function(T data, int seed)

Hash function type definition

Implementation

typedef HashFunction<T> = int Function(T data, int seed);