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