kotlin-utils
/
loggersoft.kotlin.utils
/
repeat
repeat
inline fun
Int
.
repeat
(body: (index:
Int
) ->
Unit
)
Content copied to clipboard
Repeats
body
code block
this
times.