Returns the length of the value at index, equivalent to the # operator.
index
This function may invoke the __length metamethod, to avoid this behavior use LuaState.rawlen.
LuaState.rawlen
int len(int index) => luaL_len(L, index);