``` BooleanArray.invert(i: Int) { this[i] = !t...
# announcements
k
Copy code
BooleanArray.invert(i: Int) {
    this[i] = !this[i]
}