Thread overview | |||||
---|---|---|---|---|---|
|
July 11, 2010 [phobos] phobos commit, revision 1744 | ||||
---|---|---|---|---|
| ||||
phobos commit, revision 1744 user: dsimcha msg: array() should work with input ranges. http://www.dsource.org/projects/phobos/changeset/1744 |
July 11, 2010 [phobos] phobos commit, revision 1744 | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsource.org | 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 [phobos] phobos commit, revision 1744 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | 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
>
>
|
Copyright © 1999-2021 by the D Language Foundation