blob: 403c9aa456c8773ca5a849c23eec79788f538cc1 [file] [log] [blame]
import std.typecons : tuple;
enum foo = tuple(1, 2).expand;
pragma(msg, typeof(foo).stringof);
pragma(msg, foo.stringof);