test159

Undocumented in source.
immutable
auto test159 = q{--- test159 // Variadic template arg, 2 different instances (2 args) void fun[Args...](Args... args) {} void run(){ fun(42, 4096); fun(50, 3000, 300000); } };

Meta