I am learning kotlin and in a snipped of code iterating through a list i have this line: currentIndex = (currentIndex + 1) % myList.size
I am confused by the % sign.