NamedType.toHash

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t toHash()
  2. size_t toHash()
    struct NamedType(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
    @safe nothrow const scope
    static if(!(is(Tr == Comparable)))
    static if(is(Tr == Hashable))
    static if(!(__traits(hasMember, T, "toHash")))
    size_t
    toHash
    ()
    if (
    is(TagT : Tag!U, )
    )

Meta