arrayIndexedPropertyAccessor

An accessor that allows accessing of a property and it's childs with array syntax.

An accessor that allows accessing of a property and it's childs with array syntax. ImplSpec: Two accessors are used for getting an indexed property's child. The first one is used for accessing an indexed property of a component, and the second one is used for subsequent access of child components recursively.

  1. class ArrayIndexedPropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
  2. auto arrayIndexedPropertyAccessor(ElementType!KeyType beggining, ElementType!KeyType ending, T accessor, T indexer)
    arrayIndexedPropertyAccessor
    (
    T : PropertyAccessor!(ComponentType, FieldType, KeyType)
    ComponentType
    FieldType
    KeyType
    )
    (
    ElementType!KeyType beggining
    ,
    ElementType!KeyType ending
    ,,)

Meta