StringT.opIndex

Returns the character at position x.

struct StringT(C)
inout(C)
opIndex
inout
(
T
)
(
T x
)

Parameters

x
Type: T

Character index. Negative values are subtracted from the end.

Meta