TupleHash.TupleHash

Undocumented in source.
  1. auto TupleHash;
    template TupleHash(ulong hash, T...)
    static immutable
    static if(T.length)
    auto TupleHash = TupleHash!(TypeHash!(hash, T[0]), T[1..$]);
  2. auto TupleHash;

Meta