quarkof

Gets the quark associated with the given key string.

version(IN_DYNLIB)
export extern (C) @nogc
quarkof
(
const(char)* key
)

Parameters

key const(char)*

The key to look up.

Return Value

Type: quark_t

The quark for the given key, or 0.

Meta