public shuffle() as Void
Randomly shuffles the list in-place.
import klyn.collections values = [1, 2, 3, 4] values.shuffle() print(values.size) # 4