[Issue 7896] Sequence slicing

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7896 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 7896] Sequence slicing

2012-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #6 from github-bugzi...@puremagic.com 2012-09-16 19:17:33 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7896] Sequence slicing

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #5 from Daniel Cousens daniel...@bigpond.com 2012-08-12 05:50:52 PDT --- Made a pull request for this: https://github.com/D-Programming-Language/phobos/pull/748 -- Configure issuemail:

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-04-13 02:46:20 PDT --- (In reply to comment #0) Rather then simply building an array from scratch, perhaps it should be possible to do the following: auto my_odds = sequence!(n * 2 +

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 7896] Sequence slicing

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #4 from Dmitry Olshansky dmitry.o...@gmail.com 2012-04-13 04:37:09 PDT --- The syntax is supported. It's just up to implementer of a range if he can provide opSlice meaningfully. -- Configure issuemail: