Join Slack
Powered by
<@U6Y17C19S> `fun Int.toBytes(): ByteArray = ByteA...
# multiplatform
l
lex
06/29/2018, 10:11 AM
@lewik
fun Int.toBytes(): ByteArray = ByteArray(4) { this.shr(8*it).toByte()}
Open in Slack
Previous
Next