To extend the ALPHA and GAMMA values ββfrom int8 to int32 . Most likely, this is because either the blablabla() function expects an int32 input, or it is expected that the ret value has int32 keys. ALPHA and GAMMA are already 0 and 2, but they are int8 instead of int32 , and blablabla() or doSomething() clients can play poorly with int8 values. (You can say that ALPHA and GAMMA int8 due to ClasBlabla < int8 at the top.)
source share