anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
DtorTestValue
anansi
container
array
A test struct that tracks the execution of its destructor, for use in testing.
version(unittest)
struct
DtorTestValue {
static
int
dtorCount
;
int
n
;
~this
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Static variables
dtorCount
int
dtorCount
;
Undocumented in source.
Variables
n
int
n
;
Undocumented in source.
Meta
Source
See Implementation
anansi
container
array
structs
Array
DtorTestValue
A test struct that tracks the execution of its destructor, for use in testing.