ada_search_params_keys_iter_has_next

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

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

Parameters

result ada_url_search_params_keys_iter

The ada_url_search_params_keys_iter handle.

Return Value

Type: bool

true if there are more keys, false otherwise.

Meta