[Issue 10400] char array std.conv.to of iota range
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 18 04:55:52 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10400
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from bearophile_hugs at eml.cc 2013-06-18 04:55:51 PDT ---
I presume that this:
iota(65, 70).to!(char[])
Is seen as similar to:
text(iota(65, 70))
So it produces only one string of the whole array. So this bug report is
invalid... sorry.
--
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