ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
AggregateHash.AggregateHash
ocean
io
serialize
TypeId
AggregateHash
Undocumented in source.
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
)
;
auto
AggregateHash
;
Meta
Source
See Source File
ocean
io
serialize
TypeId
AggregateHash
static variables
AggregateHash