dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
Series.__anonymous
dagon
ext
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
dagon
ext
serialization
Series
constructors
this
functions
opAssign
readFrom
writeTo
properties
value
unions
__anonymous