isVector method

bool isVector(
  1. int index
)

Implementation

bool isVector(int index) => typeAt(index) == LuauType.vector;