inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
DataNode.opIndexAssign
inp
format
node
DataNode
Assigns an element of the array node.
void
opIndexAssign
(T value, string key)
void
opIndexAssign
(T rhs, size_t idx)
struct
DataNode
@
nogc
void
opIndexAssign
(
T
)
(
auto
ref
T
rhs
,
size_t
idx
)
Parameters
rhs
T
The value to set.
idx
size_t
The idx 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 array node.