Hi I was wondering if anyone could help me with something I can find literally nothing online about. I was looking through some code that had the following statement:
int mainInt = 10>>> 5;
Does anyone know what this >> operator is?
For example 10 >> 1 equals 5 20 >>> equals 3
Thanks