you could define an extension function if you end ...
# announcements
s
you could define an extension function if you end up using this a ton
Copy code
infix operator fun Int.times(other: String): List<String>