Modify<T> typedef

Modify<T> = T Function(T data)

Implementation

typedef Modify<T> = T Function(T data);