ArrayIndexedPropertyAccessor.indexer

Set indexer

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

Parameters

indexer PropertyAccessor!(ComponentType, FieldType, KeyType)

property accessor used to access element based on contents in index part of property

Return Value

Type: typeof(this)

typeof(this)

Meta