Failure<T> : IParseResult<T>


A failed parse at the given Offset, explained by Why. All other properties are default.

Constructors


Failure(int, string) ➜ Failure<T>

Constructs a Failure for a given index and reason.