Closed anthonycr closed 6 months ago
The times function is not really necessary and complicates the generated code, so better to just leave it out. It's preferable to use Kotlin's repeat function instead.
times
repeat
The
times
function is not really necessary and complicates the generated code, so better to just leave it out. It's preferable to use Kotlin'srepeat
function instead.