Bernhard
inline private fun <reified T> persistData(data: Iterable<T>) { for (elem in data) }
Andreas Sinz