Strings.getStr

Retrieves a string at the specified index.

struct Strings
@nogc nothrow
string
getStr
(
size_t index
)

Parameters

index size_t

The index of the string to retrieve.

Return Value

Type: string

The string at the specified index.

Meta