summaryrefslogtreecommitdiffstats
path: root/tests/compute/dynamic-dispatch-16.slang.expected.txt
Commit message (Collapse)AuthorAge
* Add `createDynamicObject` stdlib function. (#1923)Yong He2021-08-25
This function takes a user provided `typeID` and arbitrary typed value, and turns them into an existential value whose `witnessTableID` is `typeID` and whose `anyValue` is the user provided value. This allows the users to pack the runtime type id info in arbitrary way.