smalltalk: HashedCollection/Set/Dictionary/IdentityDictionary + 29 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
This commit is contained in:
@@ -855,6 +855,8 @@
|
||||
(fn (e) (st-block-apply (nth args 0) (list e)))
|
||||
a)
|
||||
a))
|
||||
((= selector "add:")
|
||||
(begin (append! a (nth args 0)) (nth args 0)))
|
||||
((= selector "collect:")
|
||||
(map (fn (e) (st-block-apply (nth args 0) (list e))) a))
|
||||
((= selector "select:")
|
||||
|
||||
Reference in New Issue
Block a user