luad ~master (2016-02-18T19:12:01Z)
Home
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
length
opApply
opIndex
opIndexAssign
readString
set
setMetaTable
toStruct
variables
object
Set a key-value pair in this table.