>>> shifts the bits of an integer to the right and fills with zero bits.
>>>
let result = -1 >>> 1
Primitive Types