Create a D wrapper for an existing Lua state.
The new LuaState object does not assume ownership of the state.
state to wrap Note: The panic function is not changed - a Lua panic will not throw a D exception!
LuaState.setPanicHandler
See Implementation
Create a D wrapper for an existing Lua state.
The new LuaState object does not assume ownership of the state.