operator [] method Null safety

T operator [](
  1. WasmI32 index
)

Read from an entry in the table.

Implementation

external T operator [](WasmI32 index);