anybody have experience using the experimental uns...
# announcements
k
anybody have experience using the experimental unsigned types? any words of caution before I move forward with a new project that I plan to use them in?
b
i played with them a bit but ultimately found them a bit too strict for my use case. they're very "viral" because of how strict they are--which i think is by design, but it can be a bit tiresome
j
I use them throughout my current project. Support of more basic operations were added and bugs were fixed which makes them quite usable now. I have no real problems in my use cases.
k
thanks 👍
only thing I’ve noticed missing so far are bitwise operations
well, shifts anyway