Parser<T> typedef

Parser<T> = ParseResult<T> Function(String s, Object e)

Implementation

typedef Parser<T> = ParseResult<T> Function(String s, Object e);