In a project I'm working on, I've added the following extension method, which seems like a good candidate to add to this library instead: ```smalltalk SequencableCollection>>p3PrintUsing: delegate on: aStream delegate printValuesArray: self on: aStream ```