Action<T> typedef

Action<T> = dynamic Function(T)

Implementation

typedef Action<T> = Function(T);