ada_strings_size

Retrieves the number of strings in a collection.

extern (C) @nogc nothrow @safe @trusted
size_t
ada_strings_size

Parameters

result ada_strings

The ada_strings handle.

Return Value

Type: size_t

The number of strings.

Meta