Elemdata

version(COMPILE)
nothrow extern (C++)
struct Elemdata {
nothrow
Elemdata* next;
nothrow
elem* pelem;
nothrow
block* pblock;
nothrow
list_t rdlist;
}

Members

Functions

find
Elemdata* find(elem* e)

Find e in Elemdata list.

Meta