Back

Fix Generic Function Losing Type Information

Problem

Generic function returns any because type parameter is not properly constrained.

Code Editor