so I have a list that I want to fold but I want th...
# advent-of-code
k
so I have a list that I want to fold but I want the initial element to be the FIRST element of the list. Does kotlin have a specific method for this?
oh nvm, it's the reduce method
👌 6