[Issue 6383] Unpacking from dynamic array, lazy ranges

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 26 06:57:09 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6383



--- Comment #1 from bearophile_hugs at eml.cc 2011-07-26 06:57:08 PDT ---
Sorry, this is not correct:

auto (start,end) = array(match(r, r"^(-?\d+)(-?(-?\d+))?$").captures);
auto (start,end) = match(r, r"^(-?\d+)(-?(-?\d+))?$").captures;

-- 
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