RuntimeMapper.setters

Set setters

  1. PropertySetter!Object[] setters [@property setter]
    class RuntimeMapper
    @property @safe nothrow pure
    typeof(this)
    setters
  2. inout(PropertySetter!Object[]) setters [@property getter]

Parameters

setters PropertySetter!Object[]

list of runtime setters used to map from one to another

Return Value

Type: typeof(this)

typeof(this)

Meta