StringConvertorFactory.convertible

Set convertible

  1. string convertible [@property setter]
    class StringConvertorFactory(To, From : string = string)
    @property @safe nothrow
    convertible
    ()
  2. string convertible [@property getter]

Parameters

convertible string

data that the factory should convert into To component

Return Value

Type: StringConvertorFactory!(To, From)

StringConvertorFactory!(To, From)

Meta