Mapper.force

Set force

  1. bool force [@property setter]
    interface Mapper(To, From = To)
    @property @safe nothrow pure
    typeof(this)
    force
    (
    bool force
    )
  2. inout(bool) force [@property getter]

Parameters

force bool

forces mapper to try and set a field even if it is not existent

Return Value

Type: typeof(this)

typeof(this)

Meta