Video: Generic Programming Galore using D @ Strange Loop 2011

bearophile bearophileHUGS at lycos.com
Mon Apr 23 09:45:18 PDT 2012


Famous:

> I like your talk but how did you come to the conclusion that
> min(a) does not make sense?

Do you mean the min of a single item is the item itself? This is right, but this case is better (more handy) left as function overload to ask for the min of a single given iterable.

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list