Action<T> typedef

Action<T> = void Function(T value)

Implementation

typedef Action<T> = void Function(T value);