Thread overview
[Issue 12842] More support for ranges of ranges
Jun 02, 2014
John Colvin
Dec 03, 2017
Neia Neutuladh
Dec 17, 2022
Iain Buclaw
June 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12842

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
sorry, ignore the .joiner()

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12842

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
December 03, 2017
https://issues.dlang.org/show_bug.cgi?id=12842

Neia Neutuladh <dhasenan@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dhasenan@gmail.com

--- Comment #2 from Neia Neutuladh <dhasenan@gmail.com> ---
This bit me today with cartesianProduct. I'd naively expect to be able to do something like:

    iota(3).map!(x => iota(1, 7)).cartesianProduct

to get all possible results for rolling three six-sided dice. Unfortunately, I had to write my own implementation of cartesianProduct to make it work.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=12842

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=12842

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9634

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--