Appearance
除以二,向下取整(偏左⇦):
leftIndex + rightIndex >>> 1
除以二,向上取整(偏右⇨):
leftIndex + rightIndex + 1 >>> 1
向下取整:
~~(1.1)
~~(1.9)
ASCII 数值: