Phobos2: sorting and std.typecons.Tuple

bearophile bearophileHUGS at lycos.com
Mon Apr 27 12:40:28 PDT 2009


Andrei Alexandrescu:
> s/recursive/transitive/
> Litmus test: recursive could recurse forever. Transitive never does.

I have used the word recursive because the functions I have designed (and I think they are designed correctly) call themselves until they stop calling themselves because a stopping criterion is met. That's recursivity, I think.

Bye,
bearophile



More information about the Digitalmars-d mailing list