dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Elemdata
dmd
backend
gother
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(COMPILE)
extern (
C
++) nothrow @
safe
struct
Elemdata {
nothrow
elem
*
pelem
;
nothrow
block
*
pblock
;
nothrow
Barray
!(
elem
*)
rdlist
;
void
reset
();
void
emplace
(elem* e, block* b);
}
Members
Functions
emplace
void
emplace
(elem* e, block* b)
Initialize instance at ed.
reset
void
reset
()
Reset memory so this allocation can be re-used.
Meta
Source
See Implementation
dmd
backend
gother
aliases
Elemdatas
functions
constprop
copyprop
deadvar
elimass
find
listrds
structs
Elemdata