On 01/15/2012 09:34 PM, Nick Sabalausky wrote:
import std.conv;
enum Foo { hello }
enum x = to!string();


enum x = to!string(Foo.hello);

Reply via email to