mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
Oliver Booth
3847d53120
* IEnumerable<T>.CountWhereNot(Func<T, bool>) * IEnumerable<T>.FirstWhereNot(Func<T, bool>) * IEnumerable<T>.FirstWhereNotOrDefault(Func<T, bool>) * IEnumerable<T>.LastWhereNot(Func<T, bool>) * IEnumerable<T>.LastWhereNotOrDefault(Func<T, bool>) * IEnumerable<T>.WhereNot(Func<T, bool>) |
||
---|---|---|
.. | ||
src | ||
1000primes.txt | ||
X10D.Tests.csproj |