[Issue 10762] 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:20:57 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10762
monarchdodra at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |monarchdodra at gmail.com
--- Comment #2 from monarchdodra at gmail.com 2013-08-05 12:20:56 PDT ---
Related:
[Issue 6447] New: iota(BigInt) too
http://d.puremagic.com/issues/show_bug.cgi?id=6447
AFAIK, the only difficulty with making this work is that the return type is
currently "CommonType!(Beg, End, Step)".
Whereas it should be more like something along the lines of:
typeof(CommonType!(Beg, End).init += Step.init);
But nothing too difficult to integrate anyways.
--
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