AggregateHash.AggregateHash

Undocumented in source.
  1. auto AggregateHash;
    template AggregateHash(ulong hash, T, size_t n = 0)
    static immutable
    static if(n < T.tupleof.length)
    auto AggregateHash = AggregateHash!(TypeHash!(StaticFnv1a64!(hash, T.tupleof[n].offsetof.stringof), typeof(T.tupleof[n])), T, n + 1);
  2. auto AggregateHash;

Meta