Closed konsumlamm closed 1 year ago
shl could create invalid zero values, by shifting 0.
shl
shr could raise an exception when the shift is too big.
shr
@narimiran can this be merged?
shl
could create invalid zero values, by shifting 0.shr
could raise an exception when the shift is too big.