I used this code before but then you have to say `...
# announcements
j
I used this code before but then you have to say
arr {
instead of `+{`:
Copy code
fun <T> KTON<*>.arr(body: KTON<*>.() -> T) {
    arrays.add(kton(body))
}