inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
DataNode.opIndexAssign
inp
format
node
DataNode
Assigns an element of the object node.
void
opIndexAssign
(T value, string key)
struct
DataNode
@
nogc
void
opIndexAssign
(
T
)
(
auto
ref
T
value
,
string
key
)
void
opIndexAssign
(T rhs, size_t idx)
Parameters
key
string
The key to query.
value
T
The value to set.
Meta
Source
See Implementation
inp
format
node
DataNode
constructors
this
destructors
~this
functions
isType
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
remove
toString
tryCoerce
properties
array
blob
boolean
isArray
isBlob
isNull
isNumber
isObject
length
number
object
text
type
static functions
createArray
createObject
Assigns an element of the object node.