libclang ~master (2021-07-16T08:23:36Z)
Dub
Repo
EnumD
clang
c
util
Undocumented in source.
mixin template
EnumD (
string
name
T
string
prefix
)
if
(
is
(
T
== enum)
) {
import
std
.
conv
:
text
;
;
import
std
.
algorithm
:
map
;
;
import
std
.
format
:
format
;
;
}
Meta
Source
See Implementation
clang
c
util
mixin templates
EnumC
EnumD