proper bit fields in the D2 language?
bearophile
bearophileHUGS at lycos.com
Wed Apr 22 01:49:29 PDT 2009
Daniel Keep:
> Except that bitfields don't appear to be a widely used feature.
I have found plenty of them in code to translate from C to other languages.
Another possible solution is the same intermediate one that will be used for the associative arrays: keep only the syntax in the language and implement their semantics in the std lib.
Bye,
bearophile
More information about the Digitalmars-d
mailing list