LuaDynamic.opIndex

Index this object. This object must either be a table, or have a metatable providing the ___index metamethod.

struct LuaDynamic
opIndex
(
T
)
(
auto ref T key
)

Parameters

key T

_key to lookup

Meta