I'm a little uncomfortable with the `it.toInt() an...
# announcements
z
I'm a little uncomfortable with the
it.toInt() and 0xff
because
it.toInt()
is possibly a negative number, and I'm not sure just doing
and 0xff
actually does what I want.