Mutator<T> typedef

Mutator<T> = T Function(T input)

Implementation

typedef Mutator<T> = T Function(T input);