LuaVar.this

Fetches the given index (idx) from the lua_State (state), and initializes a LuaVar based on its type.

  1. this(T val)
  2. this(lua_State* state, int idx)
    struct LuaVar
    public nothrow
    this
    (
    lua_State* state
    ,
    int idx
    )

Meta