Strings.getData

Retrieves the raw ada_string data at the specified index.

struct Strings
@nogc nothrow
getData
(
size_t index
)

Parameters

index size_t

The index of the string to retrieve.

Return Value

The ada_string at the specified index.

Meta