ArrayIndexedPropertyAccessor.beggining

Set beggining

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

Parameters

beggining EType

element denoting beggining of array syntax in identity, ex. [

Return Value

Type: typeof(this)

typeof(this)

Meta