sqlite3 library which can read class instances (not structs)?
Andy Valencia
dont at spam.me
Mon Mar 10 23:25:07 UTC 2025
On Monday, 10 March 2025 at 22:55:03 UTC, Ali Çehreli wrote:
> You would expect that to be provided by one of the following:
>
> https://dlang.org/phobos/std_traits.html
>
> https://dlang.org/spec/traits.html
>
> But in this case it's the "is expression":
>
> https://dlang.org/spec/expression.html#is_expression
>
> static assert (is (S == struct));
I don't know how long I would have hunted for that without
finding it. Thank you!
Andy
More information about the Digitalmars-d-learn
mailing list