I was looking at the Collection chapter and I stumbled upon newFrom:
and I wonder what is the real
difference between newFrom: and withAll:.
I have the impression that there is not much difference. There are
only 47 senders of newFrom: in the default Pharo image.
Dictionary
class>>withAll: interprets
its argument as a collection of values,
whereas
Dictionary class>>newFrom: expects a collection of associations.