Returns a matcher which matches Iterables in which at least one element matches the given valueOrMatcher.
valueOrMatcher
Matcher anyElement(Object? valueOrMatcher) => _AnyElement(wrapMatcher(valueOrMatcher));