inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
DataNode.this
inp
format
node
DataNode
Constructs an unsigned integer data node.
this
(T value)
this
(T value)
this
(T value)
struct
DataNode
@
nogc
@
safe
nothrow
this
(
T
)
(
auto
ref
T
value
)
if
(
anySatisfy
!(
isSameType
!
T
,
AliasSeq
!(
ubyte
,
ushort
,
uint
,
ulong
))
)
this
(T value)
this
(string value)
this
(ubyte[] value)
this
(typeof(this) rhs)
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
Constructs an unsigned integer data node.