LuaTableWeak

Undocumented in source.

Constructors

this
this(LuaState* lua, int index)
Undocumented in source.

Members

Functions

pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
int push()
Undocumented in source. Be warned that the author may not have intended to support it.
pushElement
void pushElement(IndexT index)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin LuaTableFuncs
Undocumented in source.

Properties

lua
LuaState* lua [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin LuaTableFuncs

get
T get(IndexT index)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(IndexT index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMetatable
void setMetatable(LuaTable metatable)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T value, IndexT index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta