TypeHash.TypeHash

Undocumented in source.
  1. auto TypeHash;
  2. auto TypeHash;
    template TypeHash(ulong hash, T)
    static immutable
    static if(!(is(T == struct) && !isTypedef!(T)))
    static if(is(T == union))
    auto TypeHash = StaticFnv1a64!(AggregateHash!(StaticFnv1a64!(hash, "union{"), CheckedBaseType!(T)), "}");
  3. auto TypeHash;
  4. auto TypeHash;
  5. auto TypeHash;
  6. auto TypeHash;
  7. auto TypeHash;
  8. auto TypeHash;
  9. auto TypeHash;

Meta