Preparing search index...
The search index is not available
@mikuroxina/mini-fn
@mikuroxina/mini-fn
Serial
decodeRaw
Function decodeRaw
decode
Raw
<
S
>
(
ctx
)
:
(
(
onFailure
)
=>
(
(
onSuccess
)
=>
ParseResult
<
S
>
)
)
Decodes a raw bytes sequence. It is the most primitive decoder.
Type Parameters
S
Parameters
ctx
:
DecContext
Returns
(
(
onFailure
)
=>
(
(
onSuccess
)
=>
ParseResult
<
S
>
)
)
(
onFailure
)
:
(
(
onSuccess
)
=>
ParseResult
<
S
>
)
Parameters
onFailure
:
FailureHandler
<
S
>
Returns
(
(
onSuccess
)
=>
ParseResult
<
S
>
)
(
onSuccess
)
:
ParseResult
<
S
>
Parameters
onSuccess
:
SuccessHandler
<
DataView
,
S
>
Returns
ParseResult
<
S
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
MonadWriter
Array
BinaryHeap
Bool
Cat
Cofree
ComonadCofree
ComonadStore
Compose
Const
Cont
ControlFlow
Coyoneda
Curry
Dom
Dual
Envelope
Ether
Exists
FingerTree
Free
Loading...
Generated using
TypeDoc
Decodes a raw bytes sequence. It is the most primitive decoder.