Hi, why bitwise operations on `Byte` and `Short` a...
# stdlib
l
Hi, why bitwise operations on
Byte
and
Short
are marked as experimental in the stdlib?
k
I read somewhere that they're planning a set of features related to unsigned integer types and better bitwise operations, maybe that has something to do with it?
👍🏽 1
l
Probably. The current implementations just convert the values to int before doing the operation
g
l
Thanks for the reference @gildor
r
Hi. It looks like bitwise operations are still marked as experimental, was there any update on this since 2017?