operator [] method

dynamic operator [](
  1. int index
)

Same as LuaState.at.

Implementation

dynamic operator[](int index) => at(index);