ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
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