typescript-generics-workshop icon indicating copy to clipboard operation
typescript-generics-workshop copied to clipboard

feat/solution-17: solution without type casts

Open ForzaMark opened this issue 3 years ago • 0 comments

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.

ForzaMark avatar Feb 02 '23 09:02 ForzaMark