getImplicitAnnotations.toTypes

Undocumented in source.
template getImplicitAnnotations(alias M)
template toTypes (
X...
) {}

Members

Aliases

toType
alias toType(alias X) = typeof(X)
Undocumented in source.
toTypes
alias toTypes = staticMap!(toType, X)
Undocumented in source.

Meta