On Thu, 14 Feb 2013 09:28:25 -0500, Steven Schveighoffer
<schveiguy at yahoo.com> wrote:
> bool any(R)(R r) if(isInputRange!R) { return !r.empty;}
BTW, I noticed 'any' is not listed in the std.algorithm documentation at
the top, even though it is in the docs. Is that a bug with DDoc, or just
bad maintenance?
-Steve