ada_search_params_entries_iter_has_next

Checks if there are more key-value pairs in a search parameters entries iterator.

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

Parameters

result ada_url_search_params_entries_iter

The ada_url_search_params_entries_iter handle.

Return Value

Type: bool

true if there are more entries, false otherwise.

Meta