isParser.isParser

Undocumented in source.
template isParser(T, E = char)
enum isParser = is(T == struct) && is(typeof(T(rng))) && is(typeof(T(rng)) == ParseResult!(S, Err, D), S, Err, D);

Meta