Add IsEmpty that judges that sequence is empty or not by RyotaMurohoshi · Pull Request #561 · morelinq/MoreLINQ

Summary Add IsEmpty method. Judges that IEnumerable<T> is empty. Someone uses "Count() == 0" incorrectly. IsEmpty method helps them. This is so declarative and easy to find from Intellisense. Bac...</t>