repeat

inline fun Int.repeat(body: (index: Int) -> Unit)

Repeats body code block this times.