test110

Undocumented in source.
immutable
auto test110 = q{--- test110 // Test struct templates struct Array[T] { T item; } T fun[T](T arg) { return arg; } Array[i32] test(Array[i32] array) { return fun[Array[i32]](array); } };

Meta