Preparing search index...
The search index is not available
Algomatic - v4.0.0
Algomatic
Mapper
Type Alias Mapper<I, O>
Mapper
<
I
,
O
>
:
(
(
value
:
I
)
=>
O
)
A function that maps a number to another number.
Type Parameters
I
The input value.
O
=
I
The output value.
Type declaration
(
value
)
:
O
Parameters
value
:
I
The input value.
Returns
O
The output value.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Algomatic - v4.0.0
Loading...
A function that maps a number to another number.