summaryrefslogtreecommitdiff
path: root/docs/user-guide/06-interfaces-generics.md
AgeCommit message (Expand)Author
2025-05-08Fix broken links in Slang docs (#7039)aidanfnv
2025-04-11Fix user-guide typos (#6789)Gangzheng Tong
2024-12-28Fix tiny typos (#5944)Yuki Nishidate
2024-11-29docs: Reduce typo count (#5671)Bruce Mitchener
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-05Various documentation improvements. (#5017)Yong He
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-09-04Fix extension override behavior, and disallow extension on interface types. (...Yong He
2024-07-15Move if_let syntax to convenience-features section (#4628)kaizhangNV
2024-06-06Typo in 06-interfaces-generics.md (#4284)Elie Michel
2024-04-17Implement if(let ...) syntax (#3673) (#3958)kaizhangNV
2024-04-16Fix Slang documentation typos (#3961)cheneym2
2024-04-03Delete out-of-date notes from user guide. (#3877)Yong He
2024-04-02Update user guilde for new features. (#3875)Yong He
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2024-02-05Add documentation on capability system. (#3549)Yong He