ConvertorFactory.convertible - multiple declarations

Function ConvertorFactory.convertible

Get convertible data

FromType convertible () nothrow @safe;

Returns

FromType

Function ConvertorFactory.convertible

Set convertible

ConvertorFactory!(FromType,ToType) convertible (
  FromType convertible
) nothrow @safe;

Parameters

NameDescription
convertible data that the factory should convert into ToType component

Returns

ConvertorFactory!(FromType, ToType)