clear

@JvmName(name = "clearCollection")
inline suspend fun <T> clear(collection: MutableCollection<T>, crossinline action: suspend T.() -> Unit)