dmd v2.104.0 (2023-06-02T08:46:32Z)
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
functions
borrowData
compare
getCodeUnit
numberOfCodeUnits
peekData
setCodeUnit
setData
toStringz
toUTF8
writeTo
variables
committed
Set new string data. this becomes the new owner of the data.