`a.zip(b, {x,y -> x.value.equals(y.value) })` aw... there should be `all()`.
v
a.zip(b, {x,y -> x.value.equals(y.value) })
aw... there should be
all()
.
i
vlastachu: This won't detect the situation when
a
and
b
differ in size