GatherFunction<K> typedef

GatherFunction<K> = List<K> Function(int num)

Returns num keys.

Implementation

typedef GatherFunction<K> = List<K> Function(int num);