StringExp.setCodeUnit

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

Suggestion Box / Bug Report