Thread overview
[phobos] phobos commit, revision 1744
Jul 11, 2010
dsource.org
Jul 11, 2010
Brad Roberts
Jul 12, 2010
David Simcha
July 11, 2010
phobos commit, revision 1744


user: dsimcha

msg:
array() should work with input ranges.

http://www.dsource.org/projects/phobos/changeset/1744

July 11, 2010
On 7/11/2010 4:55 PM, dsource.org wrote:
> phobos commit, revision 1744
> 
> 
> user: dsimcha
> 
> msg:
> array() should work with input ranges.
> 
> http://www.dsource.org/projects/phobos/changeset/1744
> 

Isn't an forward range a superset of input ranges?
July 11, 2010
No, a forward range is an input range where the iteration state can be saved by calling save().  A forward range is a subset of an input range.

On 7/11/2010 7:58 PM, Brad Roberts wrote:
> On 7/11/2010 4:55 PM, dsource.org wrote:
> 
>> phobos commit, revision 1744
>>
>>
>> user: dsimcha
>>
>> msg:
>> array() should work with input ranges.
>>
>> http://www.dsource.org/projects/phobos/changeset/1744
>>
>> 
> Isn't an forward range a superset of input ranges?
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
>