ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Test2.Version2
ocean
util
serialize
contiguous
MultiVersionDecorator
Test2
Undocumented in source.
struct
Test2
struct
Version2 {
enum
StructVersion
;
alias
StructPrevious
=
Version1
;
static
void
convert_a
(Version1 src, Version2 dst);
int
a
;
}
Members
Aliases
StructPrevious
alias
StructPrevious
=
Version1
Undocumented in source.
Manifest constants
StructVersion
enum
StructVersion
;
Undocumented in source.
Static functions
convert_a
void
convert_a
(Version1 src, Version2 dst)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
a
int
a
;
Undocumented in source.
Meta
Source
See Implementation
ocean
util
serialize
contiguous
MultiVersionDecorator
Test2
structs
Version1
Version2