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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from bioinfornatics <[email protected]> 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: -------