``` private const val ZERO: Byte = 0 ... ... if (i...
# announcements
d
Copy code
private const val ZERO: Byte = 0
...
...
if (it.value[0] == ZERO)....