bearophile Wrote:

> Christophe:
> 
> > > What is "unuseful and confusing" about:
> > > 
> > > max!"a.length"(range); ?
> > 
> > What is confusing is that I don't know if this function returns a 
> > length, or one of the elements of the range.
> 
> In Python the max and min work this way, and the students I have taught 
> Python don't see this as a problem. On the opposite, they are thankful for 
> this feature.

maybe the name can be mappedMax!"a.length"(range); ?

Reply via email to