WrappingComponentAccessor.accessor

Set accessor

  1. typeof(this) accessor(PropertyAccessor!(Object, FieldType, KeyType) accessor)
    class WrappingComponentAccessor
    @safe nothrow pure
    typeof(this)
    accessor
    (
    PropertyAccessor!(Object, FieldType, KeyType) accessor
    )
  2. inout(PropertyAccessor!(Object, FieldType, KeyType)) accessor()

Parameters

accessor PropertyAccessor!(Object, FieldType, KeyType)

underlying accessor working on unwrapped element

Return Value

Type: typeof(this)

typeof(this)

Meta