@mikuroxina/mini-fn
Preparing search index...
Serial
ParseResult
Type Alias ParseResult<S>
ParseResult
:
Readonly
<
|
{
input
:
DataView
;
message
:
string
;
type
:
typeof
failureNominal
}
|
{
resume
:
(
buf
:
ArrayBufferLike
)
=>
ParseResult
<
S
>
;
type
:
typeof
partialNominal
;
}
|
{
rest
:
DataView
;
state
:
S
;
type
:
typeof
parseDoneNominal
}
,
>
A result of parsing with a state
S
.
Type Parameters
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...
A result of parsing with a state
S.