operator fun Int.times(block: @Composable () -> Unit): <Error class: unknown class> Repeats the execution of a function a specified number of times.
Receiver
The number of times to repeat the function execution.
Parameters
The function to be repeated.