ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
StringExp.setData
dmd
expression
StringExp
Set new string data.
this
becomes the new owner of the data.
class
StringExp
extern (
D
)
void
setData
(
void
*
s
,
size_t
len
,
ubyte
sz
)
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
Set new string data. this becomes the new owner of the data.