SearchParams.has

Checks if a key exists in the search parameters.

struct SearchParams
@nogc nothrow
bool
has
(
ref string key
)

Parameters

key string

The key to check.

Return Value

Type: bool

true if the key exists, false otherwise.

Meta