I think the thing I specifically miss is exactly `...
# kotlintest
w
I think the thing I specifically miss is exactly
List<T> ??? List<Matcher<T>>
which would zip items and compare them using matcher or
List<T>.???(comparator, List<T>)
that would match using comparator. Not sure about the comparator thing though, how useful that’d be