TaggedAlgebraic.toHash

Undocumented in source. Be warned that the author may not have intended to support it.
struct TaggedAlgebraic(U)
const @safe nothrow
static if(is(typeof(m_union.toHash())))
size_t
toHash
()
if (
is(U == union) ||
is(U == struct)
||
is(U == enum)
)

Meta