isBuffer method

bool isBuffer(
  1. int index
)

Implementation

bool isBuffer(int index) => typeAt(index) == LuauType.buffer;