ParseResult.ok

Indicates whether the parser succeeded

struct ParseResult(R, T = void, E = ulong)
@safe
immutable(bool) ok;

Meta