rawLen method

int rawLen(
  1. int index
)

Returns the raw length of the value at index.

Implementation

int rawLen(int index) => lua_rawlen(L, index);