[Issue 8590] Documentation for "any" and "all" in std.algorithm is incorrect

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 26 09:09:08 PDT 2012


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



--- Comment #1 from Philip Daniels <Philip.Daniels1971 at gmail.com> 2012-08-26 09:09:05 PDT ---
Actually, since it's Big O it's *technically* correct, but I think it is
confusing. Should read

"Performs between 0 and r.length evaluations of pred, returning as soon as a
match is found".

and 

"Performs between 0 and r.length evaluations of pred, returning as soon as a
counterexample is found".

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