ada_search_params_values_iter_has_next

Checks if there are more values in a search parameters values iterator.

extern (C) @nogc nothrow @safe @trusted
bool
ada_search_params_values_iter_has_next

Parameters

result ada_url_search_params_values_iter

The ada_url_search_params_values_iter handle.

Return Value

Type: bool

true if there are more values, false otherwise.

Meta