Hi, I found this piece of non-commented code. What...
# announcements
m
Hi, I found this piece of non-commented code. What Unit does
it
stand for? I cannot find it on Google
Copy code
val array = Array(xWidth, {
                val x = it
                Array(yWidth, {operator(x, it)})})