luad ~master (2016-02-18T19:12:01Z)
Home
Dub
Repo
LuaTable.opApply
luad
table
LuaTable
Iterate over the key-value pairs in this table.
int
opApply
(int delegate(ref T value) dg)
int
opApply
(int delegate(ref U key, ref T value) dg)
struct
LuaTable
@
trusted
int
opApply
(
T
U
)
(
int
delegate
(
ref
U
key
,
ref
T
value
)
dg
)
Meta
Source
See Implementation
luad
table
LuaTable
constructors
this
functions
copyTo
get
getMetaTable
length
opApply
opIndex
opIndexAssign
readString
set
setMetaTable
toStruct
variables
object
Iterate over the key-value pairs in this table.