Forum Discussion

blep's avatar
blep
Regular Visitor
5 years ago

Why does List.MatchesAll return true for an empty list?

The function documentation says that List.MatchesAll returns true if the condition function is satisfied by all values in the list, otherwise returns false.   Given a value x, I'd expect List.Match...