StringExp.getCodeUnit

Get the code unit at index i

class StringExp
final
dchar
getCodeUnit
const pure
(
size_t i
)

Parameters

i
Type: size_t

index

Return Value

Type: dchar

code unit at index i

Meta