TFuncReducer<T, U> typedef

TFuncReducer<T, U> = U Function(U, T)

Implementation

typedef TFuncReducer<T, U> = U Function(U, T);