Am 24.04.2012 16:34, schrieb Robert Clipsham:
enum foo = TT!("a", "b", "c");

alias TT!("a", "b", "c") foo;

btw. there is std.typecons : TypeTuple with helpers (like staticMap)

Reply via email to