glue-d ~dev (2021-11-24T22:16:42.8977121)
Dub
Repo
getExplicitAnnotationTypes
glued
annotations
core_impl
Undocumented in source.
template
getExplicitAnnotationTypes (
alias
M
) {
alias
getRawType
(
alias
T
)
=
typeof
(
T
)
;
alias
getExplicitAnnotationTypes
=
NoDuplicates
!(
staticMap
!(
toType
,
getExplicitAnnotations
!
M
),
staticMap
!(
getRawType
,
getExplicitAnnotations
!
M
))
;
}
Members
Aliases
getExplicitAnnotationTypes
alias
getExplicitAnnotationTypes
=
NoDuplicates
!(
staticMap
!(
toType
,
getExplicitAnnotations
!
M
),
staticMap
!(
getRawType
,
getExplicitAnnotations
!
M
))
Undocumented in source.
getRawType
alias
getRawType
(
alias
T
)
=
typeof
(
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