Closed ethanmoffat closed 1 year ago
Use int primitive in place of short and byte wherever possible. Fixes out-of-range issues for values greater than short.MaxValue.
int
short
byte
short.MaxValue
Closes #149
Use
int
primitive in place ofshort
andbyte
wherever possible. Fixes out-of-range issues for values greater thanshort.MaxValue
.Closes #149