[Issue 7896] Sequence slicing

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

[Issue 7896] Sequence slicing

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 https://github.com/D-Programming-Language/phobos/commit/d9e1a501ecba84426ddde161dce7408e7

[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 2012-08-12 05:50:52 PDT --- Made a pull request for this: https://github.com/D-Programming-Language/phobos/pull/748 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[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 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: http://d.puremagic.com/issues/userprefs.cgi?tab=

[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 --- Com

[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 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 + 1")()[0...100]

[Issue 7896] Sequence slicing

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