While I'm comfortable with the syntax <T, U>
and its use, I find myself puzzled by the syntax <T, U = T>
. I've combed through the TypeScript documentation without success in locating any information on this. Any recommendations for further reading would be greatly appreciated. Thank you.
Despite my efforts to research the TypeScript documentation, I have been unable to locate any references to <T, U = T>
.