[Issue 10466] Optional "[]" syntax for std.range.iota too
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jul 25 17:12:01 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10466
--- Comment #1 from bearophile_hugs at eml.cc 2013-07-25 17:12:00 PDT ---
Another use case:
auto lazy_lower_case = iota!"[]"('a', 'z');
Currently you should use this that is much less handy (and it doesn't work for
other reasons):
iota('a', '{')
--
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