ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
StringExp.__anonymous
dmd
astbase
ASTBase
StringExp
Undocumented in source.
class
StringExp
union
__anonymous {
char
*
string
;
wchar
*
wstring
;
dchar
*
dstring
;
}
Members
Variables
dstring
dchar
*
dstring
;
Undocumented in source.
string
char
*
string
;
Undocumented in source.
wstring
wchar
*
wstring
;
Undocumented in source.
Meta
Source
See Implementation
dmd
astbase
ASTBase
StringExp
constructors
this
functions
accept
toStringz
writeTo
unions
__anonymous
variables
len
postfix
sz