TaggedElementPropertyAccessorWrapper.accessor

Get accessor

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

Return Value

Type: inout(PropertyAccessorType)

PropertyAccessorType

Meta