test283

Undocumented in source.
immutable
auto test283 = q{--- test283.vx // Templated method with IFTI struct S { void methodCaller() { methodT(42); methodT[](42); } void method(i32 arg) {} void methodT[](i32 arg) {} } };

Meta