SearchParams.get

Retrieves the value for a given key.

struct SearchParams
@nogc nothrow
get
(
ref string key
)

Parameters

key string

The key to look up.

Return Value

An ada_string containing the value, or empty if not found.

Meta