Looking at the bytecode inspector, the result of `...
# random
d
Looking at the bytecode inspector, the result of
val b: Byte = 1
is the same as
val b = 1
, so I’m not sure if it’s actually doing anything?