Bah. I have so many Ints floating around in my com...
# advent-of-code
t
Bah. I have so many Ints floating around in my computer, I'm going to have a hard (impossible?) time of making it all work with Days 2, 5, and 7 if I switch to Long or BigInteger.
c
I thought I had made typealiases for everything there is, but not for this one 😣
t
Even if I had, I used IntArray for my memory, and extension functions on it.
c
Well you could also typealias IntArray 😄