hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
UniNodeImpl.opOpAssign
hunt
framework
util
uninode
Core
UniNodeImpl
Implement operator ~= by UniNode array
void
opOpAssign
(This[] elem)
struct
UniNodeImpl
(This)
@
safe
void
opOpAssign
(
string
op
)
(
This
[]
elem
)
if
(
op
== "~"
)
void
opOpAssign
(This elem)
Meta
Source
See Implementation
hunt
framework
util
uninode
Core
UniNodeImpl
aliases
Kind
opDollar
constructors
this
functions
get
isArray
isNull
isObject
kind
length
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
toHash
toString
static functions
emptyArray
emptyObject
Implement operator ~= by UniNode array