ParseValue<S, T> typedef

ParseValue<S, T> = S Function(T text)

Implementation

typedef ParseValue<S,T> = S Function(T text);