Searched defs:T32 (Results 1 – 9 of 9) sorted by relevance
14 type T32 = readonly readonly string[]; // Error alias
20 type T32 = T3[2]; // number alias
259 type T32 = DropLast<[string]>; alias
21 type T32 = { [P in keyof number]: void }; alias
34 type T32<T> = never extends T ? true : false; // true alias
159 type T32<B> = InstanceType<T30<B>>; // { b: B } alias
35 type T32 = string[][string]; // Error alias
67 type T32 = X1<{ x: number, y: string, z: boolean }>; // [number, string] alias
41 enum InstructionSet { A32, T32 }; enumerator