<@U6Y17C19S> `fun Int.toBytes(): ByteArray = ByteA...
# multiplatform
l
@lewik
fun Int.toBytes(): ByteArray = ByteArray(4) { this.shr(8*it).toByte()}