isConvertor

Check whether symbol T is a functional convertor from type From to type To.

Members

Aliases

isConvertor
alias isConvertor = isConvertor!T
Undocumented in source.

Manifest constants

Yes
enum Yes;
Undocumented in source.

Parameters

T

symbol to test

To

destination type

From

original type

Return Value

Yes -> whether it is or not, From -> type of original component that function is accepting, To -> destination type that function is converting.

Meta