Searched defs:T14 (Results 1 – 15 of 15) sorted by relevance
21 type T14<T> = { -readonly [P in keyof T]+?: T[P] }; alias
15 type T14 = Partial<ReadonlyArray<string>>; alias
31 type T14 = Pick<Shape, keyof Point>; // Error alias
22 type T14 = [...T13, ...T13]; // 2^14 > 10,000 alias
17 type T14 = _Expect<Awaited<Promise<Promise<number>> | string | undefined>, /*expected*/ string | nu… alias
87 declare class T14 extends T13 { class
85 type T14<T> = { [P in keyof T]: number }; alias
19 type T14 = unknown | string[]; // unknown alias
23 type T14 = Shape[string]; // Error alias
36 type T14 = ReturnType<typeof f1>; // { a: number, b: string } alias
45 type T14 = Exclude<Options, { q: "a" }>; // Options alias
239 type T14 = DropFirst<[symbol, ...string[]]>; alias
590 static const u8 T14[] = { variable
4930 auto *T14 = I32Reg(); in lowerIntrinsic() local