I have an IntArray that are defaulted to 0. I then...
# announcements
b
I have an IntArray that are defaulted to 0. I then go through and change all the values. What is the Kotlin function to change them all back to some number? I figured there would be a nice function for it rather than iterating and setting them