ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
TupleId
ocean
io
serialize
TypeId
Evaluates to the concatenated type identifiers of the elements of T.
template
TupleId (
T
...
) {
static immutable
static if
(
T.length
)
auto
TupleId
;
static immutable
static if
(!(
T.length
))
auto
TupleId
;
}
Members
Static variables
TupleId
auto
TupleId
;
Undocumented in source.
TupleId
auto
TupleId
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
serialize
TypeId
templates
AggregateHash
AggregateId
BaseType
CheckedBaseType
TupleHash
TupleId
TypeErrorMsg
TypeHash
TypeId
Evaluates to the concatenated type identifiers of the elements of T.