summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/06-interfaces-generics.md
Commit message (Expand)AuthorAge
* Fix use of variadic generics with [Differentiable]. (#8736)Yong He2025-10-16
* Fix broken links in User Guide (#7938)aidanfnv2025-07-27
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Require `override` keyword for overriding default interface methods. (#7458)Yong He2025-06-16
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Fix broken links in Slang docs (#7039)aidanfnv2025-05-08
* Fix user-guide typos (#6789)Gangzheng Tong2025-04-11
* Fix tiny typos (#5944)Yuki Nishidate2024-12-28
* docs: Reduce typo count (#5671)Bruce Mitchener2024-11-29
* Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He2024-09-18
* Various documentation improvements. (#5017)Yong He2024-09-05
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Fix extension override behavior, and disallow extension on interface types. (...Yong He2024-09-04
* Move if_let syntax to convenience-features section (#4628)kaizhangNV2024-07-15
* Typo in 06-interfaces-generics.md (#4284)Elie Michel2024-06-06
* Implement if(let ...) syntax (#3673) (#3958)kaizhangNV2024-04-17
* Fix Slang documentation typos (#3961)cheneym22024-04-16
* Delete out-of-date notes from user guide. (#3877)Yong He2024-04-03
* Update user guilde for new features. (#3875)Yong He2024-04-02
* Extend `as` and `is` operator to work on generic types. (#3672)Yong He2024-03-04
* Add documentation on capability system. (#3549)Yong He2024-02-05