Documentation
Preparing search index...
@symbola/function
require
Flippable
Class Flippable
Abstract
Index
Constructors
constructor
Methods
[flip]
Constructors
constructor
new
Flippable
()
:
Flippable
Returns
Flippable
Methods
[flip]
"[flip]"
<
A
,
B
,
C
>
(
this
:
(
a
:
A
,
b
:
B
)
=>
C
)
:
(
b
:
B
,
a
:
A
)
=>
C
Reverse the order of the arguments to a function.
Type Parameters
A
B
C
Parameters
this
:
(
a
:
A
,
b
:
B
)
=>
C
Returns
(
b
:
B
,
a
:
A
)
=>
C
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[flip]
Documentation
Loading...
Reverse the order of the arguments to a function.