LuaTable.opIndex

Same as calling get!LuaObject with the same arguments.

struct LuaTable
opIndex
(
T...
)
()

Examples

auto luapath = lua["package", "path"];
writefln("LUA_PATH:\n%s", luapath);

See Also

Meta