Luajit
Constants
VERSION = {{ (`shards version /tmp/tmp.imFPpf/src/src/luajit`).chomp.stringify }}
Constructors
Class methods
create_lua_object(state : LuaState, type : T.class) : Nil forall T
Creates a Lua object for type
NOTE: Will mutate type global name or metatable name unless set
setup_userdata(state : LuaState, value : T, type : U.class) : Nil forall T, U
Converts value into full userdata with metatable type