TypeScript: what are generic types?
After some time working with the TypeScript language, venturing into other programmers' code, and even using some famous frameworks, you may have come across code snippets similar to this...
interface Collection<T> {...}
...and thought: after all, w...
luiz.hashnode.dev4 min read