anansi ~master (2022-04-26T02:54:01.7513618)
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.