glue-d ~master (2022-04-28T12:05:01.5022314)
Dub
Repo
getImplicitAnnotations.toTypes
glued
annotations
getImplicitAnnotations
Undocumented in source.
template
getImplicitAnnotations
(alias M)
template
toTypes (
X
...
) {
alias
toType
(
alias
X
)
=
typeof
(
X
)
;
alias
toTypes
=
staticMap
!(
toType
,
X
)
;
}
Members
Aliases
toType
alias
toType
(
alias
X
)
=
typeof
(
X
)
Undocumented in source.
toTypes
alias
toTypes
=
staticMap
!(
toType
,
X
)
Undocumented in source.
Meta
Source
See Implementation
glued
annotations
getImplicitAnnotations
aliases
getImplicitAnnotations
templates
extractImplicit
hackMe
toTypes