Logical (unsigned) right shift — top bits filled with zero regardless of sign.
Int64 unsignedShiftRight(int n) => Int64._(_bits >> n);