summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/generics/where-2.slang
Commit message (Collapse)AuthorAge
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* 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.