dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
StringExp.setCodeUnit
dmd
expression
StringExp
Set the code unit at index i to c
class
StringExp
void
setCodeUnit
(
size_t
i
,
dchar
c
)
Parameters
i
size_t
index
c
dchar
code unit to set it to
Meta
Source
See Implementation
dmd
expression
StringExp
functions
borrowData
compare
getCodeUnit
numberOfCodeUnits
peekData
setCodeUnit
setData
toStringz
toUTF8
writeTo
variables
committed
Set the code unit at index i to c