HelpDecoratingConvertorFactory.convertible - multiple declarations

Function HelpDecoratingConvertorFactory.convertible

Set convertible

HelpDecoratingConvertorFactory!T convertible (
  string convertible
) nothrow @safe;

Parameters

NameDescription
convertible data that the factory should convert into ToType component

Returns

ConvertorFactory!(FromType, ToType)

Function HelpDecoratingConvertorFactory.convertible

Get convertible data

string convertible () nothrow @safe;

Returns

FromType