Type parameters as constraints by ahejlsberg · Pull Request #5949 · microsoft/TypeScript

With this PR it becomes possible for a type parameter constraint to reference type parameters from the same type parameter list (this was previously an error). For example: function assign<T ext...