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