Home
last modified time | relevance | path

Searched defs:zipWith (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DinferentialTypingWithFunctionTypeZip.js3 var zipWith: <T, S, U>(a: T[], b: S[], f: (x: T) => (y: S) => U) => U[]; variable
9 var zipWith; variable
/third_party/typescript/tests/cases/compiler/
DinferentialTypingWithFunctionTypeZip.ts2 var zipWith: <T, S, U>(a: T[], b: S[], f: (x: T) => (y: S) => U) => U[]; variable
/third_party/typescript/src/compiler/
Dcore.ts100 …export function zipWith<T, U, V>(arrayA: readonly T[], arrayB: readonly U[], callback: (a: T, b: U… function
/third_party/typescript/lib/
Dtsc.js182 function zipWith(arrayA, arrayB, callback) { function
DtypingsInstaller.js232 function zipWith(arrayA, arrayB, callback) { function