String.toHash

Calculates the hash value for the string.

struct String
const @nogc nothrow pure @safe
size_t
toHash
()

Return Value

Type: size_t

Hash value for the string.

Meta