More problems... similar, but this time related to templates.

 struct Filter(R) { this(R) { } }
 template filter(R) { alias Filter!(R).__ctor filter; }
 void main() { filter([1, 2, 3]); }

Error: template linq.filter(R) is not a function template


Why?

Reply via email to