makeEnumBind

Create an enum with optional D-style and C-style versions.

Only the first two parameters (dIden, and baseType) should be supplied sequentially. The rest should be called using named parameters.

enum makeEnumBind (
bool cStyle
bool dStyle
)

Meta