dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Elemdata
dmd
backend
gother
Undocumented in source.
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
findloopparameters
listrds
structs
Elemdata