RuntimeMapper.force

Set force

  1. bool force [@property setter]
    class RuntimeMapper
    @property @safe nothrow pure
    typeof(this)
    force
    (
    bool force
    )
  2. inout(bool) force [@property getter]

Parameters

force bool

whether force or not an attempt to set an inexistent field.

Return Value

Type: typeof(this)

typeof(this)

Meta