utility-pickle - v0.1.0
Preparing search index...
PipeFunc
Type Alias PipeFunc<Input, Output>
PipeFunc
:
(
input
:
Input
)
=>
Output
Defines a function of a pipe.
Type Parameters
Input
=
unknown
Output
=
unknown
Type declaration
(
input
:
Input
)
:
Output
Parameters
input
:
Input
Returns
Output
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
utility-pickle - v0.1.0
Loading...
Defines a function of a pipe.