Second CT-Parameter of isRange Predicates

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 3 02:08:02 PST 2015


On Tuesday, 3 November 2015 at 08:37:22 UTC, Atila Neves wrote:
> Am I the only one who ever writes `int[]` or `Struct[]` in a 
> function signature?

Probably not, but I write very little code that operates on 
arrays rather than ranges. If I do, it's usually in a short 
program or script where I'm doing something that I don't intend 
to ever reuse, and there's no point in making it generic.

- Jonathan M Davis


More information about the Digitalmars-d mailing list