GenericObjectWrappingConvertorFactory.convertible - multiple declarations

Function GenericObjectWrappingConvertorFactory.convertible

Set convertible

GenericObjectWrappingConvertorFactory!T convertible (
  FromType convertible
) nothrow @safe;

Parameters

NameDescription
convertible data that the factory should convert into ToType component

Returns

ConvertorFactory!(FromType, ToType)

Function GenericObjectWrappingConvertorFactory.convertible

Get convertible data

FromType convertible () nothrow @safe;

Returns

FromType