areConvertibleTo

Tests if a Group of types is implicitly convertible to a Group of target types.

bool
areConvertibleTo
(
alias TYPES
alias TARGET_TYPES
)
()
if (
isGroup!TYPES &&
isGroup!TARGET_TYPES
)

Meta