Func<T, R> typedef

Func<T, R> = R Function(T arg)

Implementation

typedef R Func<T, R>(T arg);