glue-d ~master (2022-04-28T12:05:01.5022314)
Dub
Repo
getImplicitAnnotations
glued
annotations
Undocumented in source.
template
getImplicitAnnotations (
alias
M
) {
template
toTypes
(X...)
;
template
hackMe
(alias X)
;
template
extractImplicit
(alias A)
;
alias
getImplicitAnnotations
=
staticMap
!(
extractImplicit
,
toTypes
!(
getExplicitAnnotations
!
M
))
;
}
Members
Aliases
getImplicitAnnotations
alias
getImplicitAnnotations
=
staticMap
!(
extractImplicit
,
toTypes
!(
getExplicitAnnotations
!
M
))
Undocumented in source.
Templates
extractImplicit
template
extractImplicit
(alias A)
Undocumented in source.
hackMe
template
hackMe
(alias X)
Undocumented in source.
toTypes
template
toTypes
(X...)
Undocumented in source.
Meta
Source
See Implementation
glued
annotations
aliases
getAnnotations
enums
expandToData
hasAnnotation
hasOneAnnotation
onlyStructs
structs
Implies
Target
templates
TargetTypeOf
getAnnotation
getExplicitAnnotationTypes
getExplicitAnnotations
getImplicitAnnotations
getType