isString method

bool isString([
  1. int index = -1
])

Checks if the value at index is a string.

Implementation

bool isString([int index = -1]) => lua_isstring(L, index);