xxxxxxxxxx
import std.conv : to;
enum Foo {
bar,
deprecated baz
}
void main() {
to!string(Foo.bar);