最終更新:2022-08-25 (木) 19:53:30 (612d)  

TypeScript/ジェネリクス
Top / TypeScript / ジェネリクス

https://www.typescriptlang.org/docs/handbook/2/generics.html

https://typescript-jp.gitbook.io/deep-dive/type-system/generics

  • Array<T>

Tの例

  • string
  • string | number :これはunion
  • any