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