j
k
j a
j l
persons inject: OrderedCollection new into: [:col :p | col copyWith: p] persons inject: OrderedCollection new into: #copyWith:
Or this one: #(3 2 1) asSortedCollection: [:a :b | a <= b] #(3 2 1) asSortedCollection: #<=
Back to the thread
Back to the list