TypeHash.TypeHash

Undocumented in source.
  1. auto TypeHash;
  2. auto TypeHash;
  3. auto TypeHash;
  4. auto TypeHash;
    template TypeHash(ulong hash, T)
    static immutable
    static if(!(is(T == struct) && !isTypedef!(T)))
    static if(!(is(T == union)))
    static if(is(T Base : Base[]))
    static if(!(is(T == Base[])))
    auto TypeHash = StaticFnv1a64!(TypeHash!(hash, Base), "[" ~ T.length.stringof ~ "]");
  5. auto TypeHash;
  6. auto TypeHash;
  7. auto TypeHash;
  8. auto TypeHash;
  9. auto TypeHash;

Meta