<@U12FY8XH7> where is the sideeffect in `j[prevPtr...
# advent-of-code
h
@andyb where is the sideeffect in
j[prevPtr] += if (j[prevPtr] >= 3) -1 else 1
? I don’t see how
j
is changed?