Logo

Programming-Idioms

  • Ada
  • Smalltalk
x asSet.

Does not preserve ordering.
x intersection: x asSet.

Preserves order in some Smalltalks (not in Pharo)
(distinct x)

New implementation...
< >
programming-idioms.org