Generated from [ref:lua_insert]
(State * L, int idx)
| 75 | /// Generated from [ref:lua_insert] |
| 76 | /// </summary> |
| 77 | [DllImport("luajit-5.1", EntryPoint="lua_insert", CallingConvention = CallingConvention.Cdecl)] |
| 78 | public static extern void insert(State * L, int idx); |
| 79 | |
| 80 | /// <summary> |
| 81 | /// Generated from [ref:lua_replace] |
no outgoing calls