MapFunc<S, T> typedef

MapFunc<S, T> = T Function(int i, S s)

Implementation

typedef T MapFunc<S, T>(int i, S s);