Forcing static foreach

David d at dav1d.de
Tue Apr 24 08:06:22 PDT 2012


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)



More information about the Digitalmars-d-learn mailing list