ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
Test
ocean
core
StructConverter
Undocumented in source.
version(unittest)
struct
Test (
ubyte
Ver
) {
void
old
();
static
void
should_fail1
();
void
should_fail2
(Test!(1) from, Test!(2) to);
}
Members
Functions
old
void
old
()
Undocumented in source. Be warned that the author may not have intended to support it.
should_fail2
void
should_fail2
(Test!(1) from, Test!(2) to)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
should_fail1
void
should_fail1
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ocean
core
StructConverter
functions
structConvert
testAlloc
structs
A
B
C
Test