AdaUrl.hasHash

Checks if the URL has a hash (fragment).

struct AdaUrl
@nogc nothrow
bool
hasHash
()

Return Value

Type: bool

true if a hash is present, false otherwise.

Meta