QuizIntermediate
Constraints Referencing Other Parameters
See how one type parameter's constraint can reference another type parameter.
What does the signature function copy<T, U extends T>(source: U): T require?
See how one type parameter's constraint can reference another type parameter.
What does the signature function copy<T, U extends T>(source: U): T require?