On Saturday, 2 March 2024 at 15:22:03 UTC, Per Nordlöw wrote:
How do I at compile-time check whether an aggregate field is static?
https://dlang.org/phobos/std_traits.html#hasStaticMember perhaps.
kinke via Digitalmars-d-learn Sat, 02 Mar 2024 11:10:49 -0800
On Saturday, 2 March 2024 at 15:22:03 UTC, Per Nordlöw wrote:
How do I at compile-time check whether an aggregate field is static?
https://dlang.org/phobos/std_traits.html#hasStaticMember perhaps.