Updater<S> typedef

Updater<S> = S Function(S state)

Implementation

typedef Updater<S> = S Function(S state);