StructHash.StructHash

Undocumented in source.
  1. auto StructHash;
  2. auto StructHash;
    template StructHash(S)
    static immutable
    static if(!(is(typeof(TypeHash!(S)))))
    auto StructHash = StaticFnv1a64!(typeof(S.k).mangleof ~ typeof(S.v).mangleof);

Meta