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
bbaldino
04/30/2019, 10:34 PM
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
Jurriaan Mous
05/01/2019, 6:24 AM
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
kevinherron
05/01/2019, 1:57 PM
thanks 👍
only thing I’ve noticed missing so far are bitwise operations