summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/types/optional.slang
Commit message (Collapse)AuthorAge
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* Add `none` literal that is convertible to `Optional`. * Fix cpu code gen. * Include vk and cpu test for is-as operator test. * Inline comparison operators. Co-authored-by: Yong He <yhe@nvidia.com>