glue-d ~master (2020-04-06T00:01:20Z)
Dub
Repo
getAnnotations
glued
annotations
core_impl
Undocumented in source.
alias
getAnnotations
(
alias
M
)
=
AliasSeq
!(
staticMap
!(
performCheck
!
M
.
on
,
getUncheckedAnnotations
!
M
))
template
getAnnotations
(alias M, alias T)
template
getAnnotations (
alias
M
alias
T
) {
alias
pred
=
ofType
!
T
;
alias
getAnnotations
=
Filter
!(
pred
,
getAnnotations
!
M
)
;
}
Members
Aliases
getAnnotations
alias
getAnnotations
=
Filter
!(
pred
,
getAnnotations
!
M
)
Undocumented in source.
pred
alias
pred
=
ofType
!
T
Undocumented in source.
Meta
Source
See Implementation
glued
annotations
core_impl
aliases
getAnnotations
getUncheckedAnnotations
enums
hasAnnotation
hasOneAnnotation
isStructInstance
templates
expandToData
extractImplicit
getAnnotation
getExplicitAnnotationTypes
getExplicitAnnotations
getImplicitAnnotations
isNotMagic
parameter
toTypes