Generator<T, V> typedef

Generator<T, V> = T Function(V params)

Implementation

typedef Generator<T, V> = T Function(V params);