A bool
A strong reference to a function which is in the LUA registry.
A weak reference to a function currently on the LUA stack.
LUA nil
A lua number
A strong reference to a table which is in the LUA registry.
A weak reference to a table currently on the LUA stack.
GC-managed text
A weak reference to some text. This text is managed by LUA and not D's GC so is unsafe to escape
See LuaValue