People:
I need a way for two collections of different size could be tested for all
elements in both.

Example:

A  := #(a1 a2 a3).
B := #(b1 b2 b3 b4 b5).

Some similar to 

with: otherCollection do: twoArgBlock
    "Evaluate twoArgBlock with corresponding elements from this collection
    and otherCollection."
    otherCollection size = self size

But for different size

Very thanks


_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to