Expand<T, E> typedef

Expand<T, E> = Iterable<T> Function(E element)

Implementation

typedef Expand<T, E> = Iterable<T> Function(E element);