Mapper<T, S> typedef

Mapper<T, S> = Iterable<S> Function(Iterable<T>)

Implementation

typedef Mapper<T, S> = Iterable<S> Function(Iterable<T>);