ddc ~master (2020-05-01T11:40:35Z)
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
Set new string data. this becomes the new owner of the data.