vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
Bson.opApply
index
vibe
data
bson
Bson
Allows foreach iterating over BSON objects and arrays.
int
opApply
(int delegate(Bson obj) del)
int
opApply
(int delegate(size_t idx, Bson obj) del)
int
opApply
(int delegate(string idx, Bson obj) del)
struct
Bson
@
safe
const @
system
int
opApply
(
scope
int
delegate
(
string
idx
,
Bson
obj
)
del
)
Meta
Source
See Implementation
index
vibe
data
bson
Bson
constructors
this
enums
Type
functions
byIndexValue
byKeyValue
byValue
isNull
opApply
opAssign
opCast
opEquals
opIndex
opIndexAssign
opt
remove
toJson
toString
tryIndex
properties
data
emptyArray
emptyObject
get
length
to
type
static functions
fromJson
Allows foreach iterating over BSON objects and arrays.