Converter<T, F> typedef

Converter<T, F> = T Function(F d)

Implementation

typedef Converter<T, F> = T Function(F d);