effect-ts-folds
Preparing search index...
index
fanout
Function fanout
fanout
<
A
,
B
,
C
>
(
ab
:
(
a
:
A
)
=>
B
,
ac
:
(
a
:
A
)
=>
C
)
:
(
a
:
A
)
=>
[
B
,
C
]
Run a pair of functions on the same value and return the result tuple.
Type Parameters
A
B
C
Parameters
ab
:
(
a
:
A
)
=>
B
ac
:
(
a
:
A
)
=>
C
Returns
(
a
:
A
)
=>
[
B
,
C
]
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-ts-folds
Loading...
Run a pair of functions on the same value and return the result tuple.