- Preparing search index...
- The search index is not available
@nathanpb/kext
- flipSecond2<R, A, B>(func: ((a: A, b: B) => R)): ((b: B, a: A) => R)
-
Parameters
-
func: ((a: A, b: B) => R)
-
- (a: A, b: B): R
-
Returns R
Returns ((b: B, a: A) => R)
-
- (b: B, a: A): R
-
Returns R
Flips the first with the second parameters of a function with two arguments.