dmech ~master (2022-03-24T07:41:03.7311831)
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