Re: Range tee()?

2017-10-16 Thread Adam D. Ruppe via Digitalmars-d-learn
On Monday, 16 October 2017 at 07:28:03 UTC, Nick Sabalausky 
(Abscissa) wrote:

Does Phobos have a way to "tee" a range?


use my dpldocs search engine

http://dpldocs.info/tee

std.range pops right up!


Re: Range tee()?

2017-10-16 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-learn

On 10/16/2017 03:30 AM, lobo wrote:
On Monday, 16 October 2017 at 07:28:03 UTC, Nick Sabalausky (Abscissa) 
wrote:

Does Phobos have a way to "tee" a range?

For example, suppose you had something like this:

[...]


https://dlang.org/phobos/std_range.html#tee ?


Ahh, thanks, I was only looking in std.algorithm. Didn't expect it to be 
in std.range.


Re: Range tee()?

2017-10-16 Thread lobo via Digitalmars-d-learn
On Monday, 16 October 2017 at 07:28:03 UTC, Nick Sabalausky 
(Abscissa) wrote:

Does Phobos have a way to "tee" a range?

For example, suppose you had something like this:

[...]


https://dlang.org/phobos/std_range.html#tee ?