module pind.samples.ja.templates_more.templates_more_8; void info(T...)(T args) { // ... } import std.stdio; // ... void main() { info(1, "abc", 2.3); }