On Tuesday, 21 October 2014 at 09:14:08 UTC, ketmar via Digitalmars-d-learn wrote:
On Tue, 21 Oct 2014 09:01:32 +0000
Kapps via Digitalmars-d-learn <[email protected]> wrote:

no template magic
that's very bad. it's time to stop making people think that templates
are inevitably arcane.

I like D's templates, it's one of the things that makes me like D more than C#. But they can definitely get quite complex. C# limits templates to generic types, like List<int>, and for a beginner I think that's an easier way to handle things.

Reply via email to