reduce<T> method
T
reduce<T>(
- T reduce(
- T1,
- T2,
- T3,
- T4,
Implementation
T reduce<T>(T Function(T1, T2, T3, T4) reduce) => reduce(first, second, third, fourth);