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.
Nick Sabalausky via Digitalmars-d-learn Thu, 13 Oct 2016 16:17:31 -0700
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.