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