[Issue 10762] New: std.range.iota should support any type that has ordered comparisons, incrementing, and addition
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 5 12:01:52 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10762
Summary: std.range.iota should support any type that has
ordered comparisons, incrementing, and addition
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: hsteoh at quickfur.ath.cx
--- Comment #0 from hsteoh at quickfur.ath.cx 2013-08-05 12:01:50 PDT ---
For example, iota should work with Date:
auto r = iota(Date(2013,1,1), Date(2014,1,1), dur!"days"(1));
Currently, this is not supported.
--
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