Closure<E> typedef

Closure<E> = void Function(int index, E item)

Implementation

typedef Closure<E> = void Function(int index, E item);