SearchParams.itNext

Gets the next key-value pair from a search parameters iterator.

struct SearchParams
@nogc nothrow
itNext

Parameters

it ada_url_search_params_entries_iter

The search parameters iterator to get the next pair from.

Return Value

The next key-value pair in the iterator, or an empty pair if iteration is complete.

Meta