Utilities for translating the C definitions to D.
Mixes in non-namespaced versions of the member of the enum T to mimic C semantics of enumerations. If T is enum Enum { foo, bar}, then foo and bar will be synonums for Enum.foo and Enum.bar
See Source File
Utilities for translating the C definitions to D.