[Issue 8878] New: std.range is not pure
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 23 05:27:41 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8878
Summary: std.range is not pure
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Optlink
AssignedTo: nobody at puremagic.com
ReportedBy: bioinfornatics at gmail.com
--- Comment #0 from bioinfornatics <bioinfornatics at gmail.com> 2012-10-23 05:27:40 PDT ---
Dear,
std.range should provide some pure function as;
iota -> 0 to to should give evey time the same result
zip -> when it is an array (not an associative array) should be always the
same result
and other …
this missing feature allowed developers to use the pure in many case
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list