ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
StringExp.emplace
dmd
expression
StringExp
Undocumented in source. Be warned that the author may not have intended to support it.
void
emplace
(UnionExp* pue, Loc loc, char* s)
void
emplace
(UnionExp* pue, Loc loc, const(void)[] string)
void
emplace
(UnionExp* pue, Loc loc, const(void)[] string, size_t len, ubyte sz, char postfix)
class
StringExp
extern (
D
) static
void
emplace
(
UnionExp
*
pue
,
Loc
loc
,
const
(
void
)[]
string
,
size_t
len
,
ubyte
sz
,
char
postfix
)
Meta
Source
See Implementation
dmd
expression
StringExp
constructors
this
functions
accept
borrowData
charAt
compare
equals
getCodeUnit
isBool
isLvalue
modifiableLvalue
numberOfCodeUnits
peekData
peekDstring
peekString
peekWstring
setCodeUnit
setData
toLvalue
toStringExp
toStringz
toUTF8
writeTo
static functions
create
emplace
variables
NoPostfix
committed
len
ownedByCtfe
postfix
sz