luad ~travistest (2022-03-05T01:48:02.6930739)
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
opApply
opIndex
opIndexAssign
readString
set
setMetaTable
toStruct
variables
object
Iterate over the key-value pairs in this table.