fun Byte.chr(): Char = ByteBuffer.wrap(byteArrayOf...
# announcements
m
fun Byte.chr(): Char = ByteBuffer.wrap(byteArrayOf(0,0,0, this)).int.toChar()