ArrayIndexedPropertyAccessor.indexer

Get indexer

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

Return Value

Type: inout(PropertyAccessor!(ComponentType, FieldType, KeyType))

PropertyAccessor!(ComponentType, FieldType, KeyType)

Meta