https://kotlinlang.org logo
#advent-of-code
Title
# advent-of-code
k

Kiet

12/18/2021, 10:17 AM
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
3 Views