dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
Series.__anonymous
dgl
asset
serialization
Series
Undocumented in source.
struct
Series
(T, bool fixedSize = false)
union
__anonymous {
T
_value
;
static if
(
isDynamicArray!T
)
ubyte
[]
_bytes
;
static if
(!(
isDynamicArray!T
))
ubyte
[
T
.
sizeof
]
_bytes
;
}
Members
Variables
_bytes
ubyte
[
T
.
sizeof
]
_bytes
;
Undocumented in source.
_bytes
ubyte
[]
_bytes
;
Undocumented in source.
_value
T
_value
;
Undocumented in source.
Meta
Source
See Implementation
dgl
asset
serialization
Series
constructors
this
functions
opAssign
readFrom
writeTo
properties
value
unions
__anonymous