Result
The result type for a Parser
The result type for a Parser
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Type members
Enum entries
Parsed up to and including one character before the given offset and failed
Parsed up to and including one character before the given offset and failed
Successfully parsed up to the end of input and could continue parsing if more input was made available.
Successfully parsed up to the end of input and could continue parsing if more input was made available.
Parsed nothing starting at the given position in the input
Parsed nothing starting at the given position in the input