ConvertorFactory.convertible

Set convertible

  1. FromType convertible()
  2. ConvertorFactory!(FromType, ToType) convertible(FromType convertible)
    interface ConvertorFactory(FromType, ToType)
    @safe nothrow
    ConvertorFactory!(FromType, ToType)
    convertible
    (
    FromType convertible
    )

Parameters

convertible FromType

data that the factory should convert into ToType component

Return Value

Type: ConvertorFactory!(FromType, ToType)

ConvertorFactory!(FromType, ToType)

Meta