uninode ~master (2020-04-24T06:56:46Z)
Dub
Repo
UniNodeImpl.opIndexAssign
uninode
node
UniNodeImpl
Implement index assign operator by Node mapping
void
opIndexAssign
(T val, size_t idx)
void
opIndexAssign
(T val, string key)
struct
UniNodeImpl
(Node)
@
safe
void
opIndexAssign
(
T
)
(
auto
ref
T
val
,
string
key
)
if
(
isUniNodeInnerType
!
T
||
isUniNode
!
T
)
Meta
Source
See Implementation
uninode
node
UniNodeImpl
constructors
this
functions
can
get
getMapping
getOrElse
getSequence
length
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
opt
optMapping
optSequence
remove
require
tag
toHash
toString
static functions
emptyMapping
emptySequence
Implement index assign operator by Node mapping