mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
serdeHasAlgebraicAnnotation.A
mir
serde
serdeHasAlgebraicAnnotation
Undocumented in source.
template
serdeHasAlgebraicAnnotation
(T)
static if
(
isAggregateType!T || is(T == enum)
)
static if
(!(
hasUDA!(T, serdeAlgebraicAnnotation)
))
static if
(
__traits(getAliasThis, T).length
)
alias
A
=
typeof
(__traits(
getMember
,
aggregate
, __traits(
getAliasThis
,
T
)))
Meta
Source
See Implementation
mir
serde
serdeHasAlgebraicAnnotation
aliases
A
manifest constants
serdeHasAlgebraicAnnotation
variables
aggregate