Phobos func for string -> enum member?

Nick Sabalausky via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 13 16:11:15 PDT 2016


I'm sure it'd be easy enough to write, but does phobos have a simple way 
to convert the name of an enum member from a runtime string to the enum 
type?

Ie, something like:

enum Foobar { foo=1, bar }
Foobar a = doesThisExistInPhobos!Foobar("foo");

I'm not finding anything like it in the docs, but I'm wondering if I 
just missed it somewhere.


More information about the Digitalmars-d-learn mailing list