--- Begin Message ---
Inherit from FFIOpaqueObject
+ initialize TypeMap
I have a few here:
https://github.com/Pharophile/XmppTalk
https://github.com/Pharophile/XmppTalk/tree/master/packages/XmppTalk-ExternalStructures.package
https://github.com/Pharophile/XmppTalk/blob/master/packages/XmppTalk-
--- Begin Message ---
I am not using a file, but copy/paste my puzzleInput into a puzzleInput
method.
Then I use lines from there.
e.g. shifts
^ self puzzleInput lines collect: [ :each | ((each beginsWith: '+')
ifTrue: [ each allButFirst ] ifFalse: [ each ]) asNumber ]
Because the challeng
--- Begin Message ---
CyclicReadStream. Not in base Pharo.
I wish.
We have atWrap: but not the best.
Phil
On Mon, Dec 3, 2018 at 1:17 PM Richard O'Keefe wrote:
> "if I use do: this ends at the end of the array."
> True. But all that means is that you have to keen on using #do:.
>
> Proces