you have to define it yourself unfortunately ``` ...
# getting-started
k
you have to define it yourself unfortunately
Copy code
fun <T> Collection<T>.shuffled(): List<T> = ArrayList(this).apply { Collections.shuffle(this) }