inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
DataNode.remove
inp
format
node
DataNode
Removes the given key from the object.
void
remove
(string key)
struct
DataNode
@
nogc
void
remove
(
string
key
)
void
remove
(size_t idx)
Parameters
key
string
The key to remove.
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
Removes the given key from the object.