adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
530 stars 127 forks source link

database_generation: Don't assign to functions, ... in populateFromDbRow #285

Closed MoonlightSentinel closed 3 years ago

MoonlightSentinel commented 3 years ago

Using tupleof instead of __traits(allMembers, ...) skips over all nested declarations that are not actual fields.

adamdruppe commented 3 years ago

yeah i think this is ok i can merge and see if my other thing still compiles but i don't see any reason why it wouldn't.

adamdruppe commented 3 years ago

yup looks perfectly fine. thx.