ArrayIndexedPropertyAccessor.this

Constructor for array indexed accessor

class ArrayIndexedPropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
this
(
EType beggining
,
EType ending
,
PropertyAccessor!(ComponentType, FieldType, KeyType) accessor
,
PropertyAccessor!(ComponentType, FieldType, KeyType) indexer
)
if (
isBidirectionalRange!KeyType &&
isImplicitlyConvertible!(FieldType, ComponentType)
)

Parameters

beggining EType

beggining token denoting the start of an array indexing

ending EType

ending token denoting the end of an array indexing

accessor PropertyAccessor!(ComponentType, FieldType, KeyType)

accessor used to access property part of indexing sequence

indexer PropertyAccessor!(ComponentType, FieldType, KeyType)

accessor used to access indexed part of indexing sequence

Meta