Aardvark.Base


ParsedValue<'T>

A parsed value contains the actual value, the number of characters that have been parsed in Length, and an error value of the parse operation.

Constructors

ConstructorDescription
new(value, count)
Signature: (value:'T * count:int) -> unit
new(error, count)
Signature: (error:ParseError * count:int) -> unit

Instance members

Instance memberDescription
IsInValid
Signature: bool
IsValid
Signature: bool
Fork me on GitHub