luad ~travistest (2022-03-05T01:48:02.6930739)
Dub
Repo
LuaTable.set
luad
table
LuaTable
Set a key-value pair in this table.
struct
LuaTable
@
trusted
void
set
(
T
U
)
(
T
key
,
U
value
)
Parameters
key
T
key to set
value
U
value for
key
Meta
Source
See Implementation
luad
table
LuaTable
constructors
this
functions
copyTo
get
getMetaTable
opApply
opIndex
opIndexAssign
readString
set
setMetaTable
toStruct
variables
object
Set a key-value pair in this table.