bearophile <[email protected]> wrote:
> Robert Jacques:
> 
>>> Seconded.  StaticIota is extremely useful for loop unrolling optimizations, 
>>> e.g.:
>> 
>> vote++
> 
> vote--
> 
> StaticIota is not the good solution. I have explained why elsewhere:
> http://d.puremagic.com/issues/show_bug.cgi?id=4085
> 
> Bye,
> bearophile

vote += 2;

Who said staticIota is only used in static foreach? What if I want to
supply staticMap!(staticToString, staticIota!('a', 'z'+1)) as the default
argument of parameter names for 'naryFun'?

Reply via email to