Removes the element at the given valid index, shifting down the elements above this index to fill the gap. Cannot be called with a pseudo-index, because a pseudo-index is not an actual stack position.
[Visual Basic] Public Shared Sub lua_remove( _ ByVal L As IntPtr, _ ByVal idx As Integer _ )
[C#] public static void lua_remove( IntPtrL, intidx );