ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Test4.Ver1
ocean
util
serialize
contiguous
MultiVersionDecorator
Test4
Undocumented in source.
struct
Test4
struct
Ver1 {
enum
ubyte
StructVersion
;
alias
StructPrevious
=
Test4
.
Ver0
;
long
b
;
static
void
convert_b
(Ver0 rhs, Ver1 dst);
}
Members
Aliases
StructPrevious
alias
StructPrevious
=
Test4
.
Ver0
Undocumented in source.
Static functions
convert_b
void
convert_b
(Ver0 rhs, Ver1 dst)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
StructVersion
enum
ubyte
StructVersion
;
Undocumented in source.
b
long
b
;
Undocumented in source.
Meta
Source
See Implementation
ocean
util
serialize
contiguous
MultiVersionDecorator
Test4
structs
Ver0
Ver1