操作符 [] 方法

bool operator [](
  1. int index
)

地址为 address + sizeOf<Bool>() * index 的 bool 值。

实现

external bool operator [](int index);