On Saturday, 1 October 2022 at 21:18:05 UTC, Ali Çehreli wrote:
On 10/1/22 11:15, Kyle Ingraham wrote:
> storing structs as
> `void*` in a wrapper struct with information about their
module and
> identifier saved elsewhere.
Perhaps unrelated but that part reminded me of the following
discussion:
https://forum.dlang.org/post/tfbn10$19nv$1...@digitalmars.com
Ali
Thanks for this Ali. I found it useful to see another way to
solve this problem. Seems like it would be great to have a `Type`
type that can store a type at compile-time for use at run-time.