ada_strings_get

Retrieves a string at a specific index in a collection.

extern (C) @nogc nothrow @safe @trusted
ada_strings_get

Parameters

result ada_strings

The ada_strings handle.

index size_t

The index of the string to retrieve.

Return Value

An ada_string containing the string at the specified index.

Meta