StringExp.getCodeUnit

Get the code unit at index i

class StringExp
const pure
dchar
getCodeUnit
(
size_t i
)

Parameters

i size_t

index

Return Value

Type: dchar

code unit at index i

Suggestion Box / Bug Report