ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
Elemdata
dmd
backend
gother
version(COMPILE)
nothrow extern (
C
++)
struct
Elemdata {
nothrow
Elemdata
*
next
;
nothrow
elem
*
pelem
;
nothrow
block
*
pblock
;
nothrow
list_t
rdlist
;
Elemdata
*
find
(
elem
*
e
)
;
}
Members
Functions
find
Elemdata
*
find
(
elem
*
e
)
Find
e
in Elemdata list.
Meta
Source
See Implementation
dmd
backend
gother
functions
constprop
copyprop
deadvar
elimass
listrds
structs
Elemdata