[Issue 4367] std.regex: Captures is not a random access range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 22 08:28:28 PDT 2010


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



--- Comment #1 from Graham Fawcett <graham.fawcett at gmail.com> 2010-06-22 08:28:27 PDT ---
Created an attachment (id=673)
proposed patch

This adds .save, .back and .popBack, making Captures a RandomAccessRange.

Note: in my .save implementation, I think it's correct to use the same input,
but to use a saved copy of matches.

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