Example #1
0
 public static int Len(LuaStatePtr l, int idx)
 {
     return(LuaLDelegates.luaL_len(l, idx));
 }