P3 icon indicating copy to clipboard operation
P3 copied to clipboard

SequencableCollection>>p3PrintUsing: delegate on: stream

Open arnsholt opened this issue 4 months ago • 1 comments

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:

SequencableCollection>>p3PrintUsing: delegate on: aStream

	delegate printValuesArray: self on: aStream

arnsholt avatar Oct 20 '25 05:10 arnsholt

Hi Arne,

Thanks for the feedback and the suggestion.

There was a reason why I created P3ValuesArray and why I did not implement the method on SequenceableCollection, but I can't remember.

Furthermore, I tried your suggestion and replaced all usages of P3ValuesArray and everything kept on working fine, at least all tests were green.

So I am going to commit a change and we'll see how it goes.

Sven

svenvc avatar Oct 20 '25 13:10 svenvc