AsyncEnumerable
AsyncEnumerable copied to clipboard
Add no-predicate version of .AnyAsync
Add no-predicate version of .AnyAsync
, which similarly to .Any()
, checks to see if any element exists.
You'll want to update the xmldoc comments also
It looks like this wouldn't compile, don't the two AnyAsync methods have the same signature?
Whoops. Forgot to remove the param 😆
@ndrwrbgs Should be good for another round of review.