Re: Rewrite of std.range docs (Was: Re: Making sense of ranges)

2012-03-27 Thread Marco Leise
Am Tue, 27 Mar 2012 06:00:58 +0200 schrieb Jesse Phillips jessekphillip...@gmail.com: On Monday, 26 March 2012 at 00:50:32 UTC, H. S. Teoh wrote: This thread has further convinced me that std.range's docs *need* this rewrite. So here's my first attempt at it:

Re: Rewrite of std.range docs (Was: Re: Making sense of ranges)

2012-03-27 Thread Mike Parker
On 3/27/2012 7:26 PM, Marco Leise wrote: Am Tue, 27 Mar 2012 06:00:58 +0200 schrieb Jesse Phillipsjessekphillip...@gmail.com: On Monday, 26 March 2012 at 00:50:32 UTC, H. S. Teoh wrote: This thread has further convinced me that std.range's docs *need* this rewrite. So here's my first attempt

Re: Rewrite of std.range docs (Was: Re: Making sense of ranges)

2012-03-27 Thread H. S. Teoh
On Tue, Mar 27, 2012 at 09:55:43PM +0900, Mike Parker wrote: On 3/27/2012 7:26 PM, Marco Leise wrote: [...] Ranges whose elements are sorted affords ...- insert a comma before affords perhaps? It would help non-native speakers. Actually, a comma there would be incorrect. But because

Re: Rewrite of std.range docs (Was: Re: Making sense of ranges)

2012-03-26 Thread Jesse Phillips
On Monday, 26 March 2012 at 00:50:32 UTC, H. S. Teoh wrote: This thread has further convinced me that std.range's docs *need* this rewrite. So here's my first attempt at it: https://github.com/quickfur/phobos/tree/stdrange_docs I find that opening to be much better. Look forward to

Rewrite of std.range docs (Was: Re: Making sense of ranges)

2012-03-25 Thread H. S. Teoh
On Sat, Mar 24, 2012 at 06:19:32PM +, Stewart Gordon wrote: The documentation for std.range states http://dlang.org/phobos/std_range.html This module defines the notion of range (by the membership tests isInputRange, isForwardRange, isBidirectionalRange, isRandomAccessRange), range