On 2/20/2010 20:44, Jonathan M Davis wrote: > Rainer Deyke wrote: >> 'makeRange' is descriptive. That's what the function does. It creates >> and returns a range, in the D sense of the word "range". > > Well, technically speaking, it returns a Sequence, but a Sequence is a > range. In that case, perhaps makeSequence or genSequence would work.
'makeSequence' and 'genSequence' both work for me. -- Rainer Deyke - [email protected]
