operator [] method

E operator [](
  1. int key
)

Implementation

E operator [](int key) => jsu.getProperty(this, key);