iterating through members of bitfields
drug via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jan 18 04:52:56 PST 2017
I've "solved" the same problem by using AliasSeq to generate bitfields
so that for iterating over bitfields I can iterate over alias sequence
and mixin code. Not very good but it works.
More information about the Digitalmars-d-learn
mailing list