Optional.toHash

Calculates the hash value of the value inside this optional

struct Optional(T)
const @safe nothrow
size_t
toHash
()

Return Value

Type: size_t

hash of the optional value

Meta