ForEach<E> typedef

ForEach<E> = void Function(E element)

Implementation

typedef ForEach<E> = void Function(E element);