Fixes
- fixed
COMPARISON_CHECKS
assertions'CompareTo
calls to allow forT
being of the typebyte
, asbyte.CompareTo
does not necessarily only return 0, 1 and -1
Improvements
- reduced memory footprint in the Unity Editor slightly
COMPARISON_CHECKS
assertions' CompareTo
calls to allow for T
being of the type byte
, as byte.CompareTo
does not necessarily only return 0, 1 and -1