NSString.characterAtIndex

struct NSString
nothrow @nogc
wchar
characterAtIndex
(
int index
)

Return Value

Type: wchar

The character at a given UTF-16 code unit index.

Meta