dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
symtab_t
dmd
backend
symtab
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) nothrow @
safe
struct
symtab_t {
void
setLength
(size_t length);
nothrow
SYMIDX
length
;
nothrow
SYMIDX
symmax
;
nothrow
T
*
tab
;
}
Members
Functions
setLength
void
setLength
(size_t length)
Set useable length of array.
Meta
Source
See Implementation
dmd
backend
symtab
structs
symtab_t