UnwrappingFieldAccessor.accessor

Set accessor

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

Parameters

accessor PropertyAccessor!(ComponentType, Object, KeyType)

underlying accessor working on unwrapped element

Return Value

Type: typeof(this)

typeof(this)

Meta