[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: The document of lua_remove is out of date
- From: Yan Li <yl.mechanize@...>
- Date: Wed, 13 Jul 2022 19:31:52 +0800
I find the lua54 document of lua_remove is still [-1, +0, –], which is
wrong. It should be [-1, +0, e], According to `#define
lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1))`.