Accessor<T> typedef

Accessor<T> = T Function()

Access the current state of the signal.

Implementation

typedef Accessor<T> = T Function();