something like `infix operator fun <T> Itera...
# kotlintest
w
something like
infix operator fun <T> Iterable<T>.shouldContaintItemsMatching(matchers: Iterable<Matcher<T>>)
?