LuaState.this

Creates a wrapper around the given lua_state, or creates a new state if the given value is null.

struct LuaState
@trusted @nogc nothrow
this
(
lua_State* wrapAround
)

Meta