nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
JSONValue.opApply
nwnlibd
orderedjson
JSONValue
Implements the foreach
opApply
interface for json arrays.
int
opApply
(int delegate(size_t index, ref JSONValue) dg)
struct
JSONValue
@
system
int
opApply
(
scope
int
delegate
(
size_t
index
,
ref
JSONValue
)
dg
)
int
opApply
(int delegate(string key, ref JSONValue) dg)
Meta
Source
See Implementation
nwnlibd
orderedjson
JSONValue
constructors
this
functions
opApply
opAssign
opBinary
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
toPrettyString
toString
properties
array
arrayNoRef
boolean
floating
get
integer
isNull
object
objectNoRef
str
type
uinteger
unions
Store
variables
objectKeyOrder
Implements the foreach opApply interface for json arrays.