with: firstElement with: secondElement with: thirdElement with: fourthElement
| keyword | parameter name | parameter type(s) | aliasing |
| with: | firstElement | <Object> | captured |
| with: | secondElement | <Object> | captured |
| with: | thirdElement | <Object> | captured |
| with: | fourthElement | <Object> | captured |
| <SortedCollection> [new] |