Selector<S, F> typedef

Selector<S, F> = F Function(S subject)

Selector is a function that selects a subfield of a type.

Implementation

typedef Selector<S, F> = F Function(S subject);