typescript-generics-workshop
typescript-generics-workshop copied to clipboard
feat/solution-17: solution without type casts
Thanks very much for this project.
I was not satisfied with both solutions to problem 17, because both solutions use typecasts. However one can solve the problem without a typecast by using function overloads.