mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
mir_type_info.destructor
mir
type_info
mir_type_info
Pointer to the type's destructor function, taking a void pointer to the object and returning void.
struct
mir_type_info
extern (
C
)
void
function
(
void
*) @(
safe
)
pure
nothrow
@(
nogc
)
destructor
;
mir
type_info
mir_type_info
variables
destructor
size
Pointer to the type's destructor function, taking a void pointer to the object and returning void.