Mapper.conversion

Set conversion

  1. Flag!"conversion" conversion [@property setter]
    interface Mapper(To, From = To)
    @property @safe nothrow pure
    typeof(this)
    conversion
    (
    Flag!"conversion" conversion
    )
  2. inout(Flag!"conversion") conversion [@property getter]

Parameters

conversion Flag!"conversion"

whether to enable or not automatic conversion of fields using convertors.

Return Value

Type: typeof(this)

typeof(this)

Meta