Closed epbsb closed 4 months ago
The constructor being int32 causes bug for arrays with values bigger than 2^31 in uint32 type arrays, making these values negative for a unsigned type.
Thank you @epbsb!
The constructor being int32 causes bug for arrays with values bigger than 2^31 in uint32 type arrays, making these values negative for a unsigned type.