操作符 [] 方法

bool operator [](
  1. int index
)

在地址 address + sizeOf() * index 的 bool 值。

实现

external bool operator [](int index);