ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
StringExp.__anonymous
ddmd
expression
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
ddmd
expression
StringExp
constructors
this
functions
accept
charAt
compare
equals
getCodeUnit
isBool
isLvalue
modifiableLvalue
numberOfCodeUnits
peekSlice
semantic
setCodeUnit
toLvalue
toPtr
toStringExp
toStringz
toUTF8
writeTo
static functions
create
unions
__anonymous
variables
committed
len
ownedByCtfe
postfix
sz