EachFun<E> typedef

EachFun<E> = void Function(E data, int index)

Implementation

typedef EachFun<E> = void Function(E data, int index);