CombinedConvertorImpl.to

Get the type info of component that convertor is able to convert to.

Get the type info of component that convertor is able to convert to. The method is returning the default type that is able to convert, though it is not necessarily limited to this type only. More generalistic checks should be done by convertsTo method.

class CombinedConvertorImpl
@property @safe nothrow pure const
const(TypeInfo)[]
to
()

Return Value

Type: const(TypeInfo)[]

type info of component that can be converted to.

Meta