This works because of TypeScript's utility types: https://www.typescriptlang.org/docs/handbook/utility-types.html Let's examine it: [K in keyof T]-? this ...
確定! 回上一頁