Returns ((input) => ((offset) => readonly [Result<string, T>, DataView]))
The parsing result on success or error messages on failure, and the unused rest of input
.
- (input): ((offset) => readonly [Result<string, T>, DataView])
Returns ((offset) => readonly [Result<string, T>, DataView])
- (offset): readonly [Result<string, T>, DataView]
Returns readonly [Result<string, T>, DataView]
Executes a
Decoder
with a whole source data and returns the unused rest.