TaggedElementPropertyAccessorWrapper.accessor

Set accessor

  1. PropertyAccessorType accessor [@property setter]
    class TaggedElementPropertyAccessorWrapper(Tagged : TaggedAlgebraic!Y, PropertyAccessorType : PropertyAccessor!(X, Z, KeyType), X, Z, KeyType = string, Y)
    @property @safe nothrow pure
    typeof(this)
    accessor
    (
    PropertyAccessorType accessor
    )
  2. inout(PropertyAccessorType) accessor [@property getter]

Parameters

accessor PropertyAccessorType

the property accessor that is wrapped

Return Value

Type: typeof(this)

typeof(this)

Meta