LuaValueUnion.textWeak

A weak reference to some text. This text is managed by LUA and not D's GC so is unsafe to escape

union LuaValueUnion
const(char)[] textWeak;

Meta