HelpDecoratingConvertorFactory.convertible

Set convertible

  1. string convertible [@property setter]
    class HelpDecoratingConvertorFactory(T : ConvertorFactory!(FromType, ToType), FromType, ToType)
    @property @safe nothrow
    convertible
    ()
  2. string convertible [@property getter]

Parameters

convertible string

data that the factory should convert into ToType component

Return Value

Type: HelpDecoratingConvertorFactory!T

ConvertorFactory!(FromType, ToType)

Meta