Join Slack
Powered by
Edit: I forgot that I need to work with unsigned t...
# ktor
e
Edoardo Luppi
08/15/2023, 12:22 PM
Edit: I forgot that I need to work with unsigned types. Something a bit off here, or maybe I'm missing something. I would expect to see
0,0,0,159
a
Aleksei Tirman [JB]
08/16/2023, 6:03 AM
ByteArray
is an array of
Byte
objects and
Byte
is a
signed
numeric type. Visit
https://kotlinlang.org/docs/numbers.html#integer-types
for more information.
Open in Slack
Previous
Next