[Issue 2928] Swap order of paramaters for std.range's "take"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 22 16:58:04 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2928
Kyle Foley <k-foley at onu.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |k-foley at onu.edu
--- Comment #5 from Kyle Foley <k-foley at onu.edu> 2010-01-22 16:58:03 PST ---
What is the status on this? I would like to see it it changed to
Take!(R) take(R)(R input, size_t n);
Take!(Repeat!(T)) replicate(T)(T value, size_t n);
--
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