summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics/where-4.slang
AgeCommit message (Collapse)Author
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
* Support `where` clause. * Fix. * Fix parser. * Enhance test to cover traditional __generic syntax. * Update user-guide. * Support `where` clause on associatedtype. * Fix. * Put in more comments.