dutils-data v2.0.1 (2020-05-14T01:45:14Z)
Home
Dub
Repo
areConvertibleTo
dutils
data
utils
traits
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
Source
See Implementation
dutils
data
utils
traits
functions
Tgen
areConvertibleTo
manifest constants
synchronizedIsNothrow
templates
RecursiveFunctionAttributes
StripHeadConst
baseInterface
derivedMethod
isNonStaticMember
isOpApplyDg
isPropertyGetter
isPropertySetter
isPublicMember
isRWField
isRWPlainField
Tests if a Group of types is implicitly convertible to a Group of target types.