glue-d ~master (2022-04-28T12:05:01.5022314)
Dub
Repo
getAnnotations
glued
annotations
Undocumented in source.
alias
getAnnotations
(
alias
M
)
=
NoDuplicates
!(
AliasSeq
!(
getExplicitAnnotations
!
M
,
getImplicitAnnotations
!
M
))
template
getAnnotations
(alias M, T)
template
getAnnotations (
alias
M
T
) {
template
ofType
(T)
via
import
glued
.
utils
:
ofType
;
;
alias
getAnnotations
=
Filter
!(
ofType
!
T
,
getAnnotations
!
M
)
;
}
Members
Aliases
getAnnotations
alias
getAnnotations
=
Filter
!(
ofType
!
T
,
getAnnotations
!
M
)
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