ArrayIndexedPropertyAccessor.accessor

Set accessor

  1. typeof(this) accessor(PropertyAccessor!(ComponentType, FieldType, KeyType) accessor)
    class ArrayIndexedPropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
    @safe nothrow pure
    typeof(this)
    accessor
    (
    PropertyAccessor!(ComponentType, FieldType, KeyType) accessor
    )
    if (
    isBidirectionalRange!KeyType &&
    isImplicitlyConvertible!(FieldType, ComponentType)
    )
  2. inout(PropertyAccessor!(ComponentType, FieldType, KeyType)) accessor()

Parameters

accessor PropertyAccessor!(ComponentType, FieldType, KeyType)

accessor used to access property part from indexed property

Return Value

Type: typeof(this)

typeof(this)

Meta