isTable method

bool isTable(
  1. int index
)

Implementation

bool isTable(int index) => typeAt(index) == LuauType.table;