ArrayIndexedPropertyAccessor.beggining

Get beggining

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

Return Value

Type: inout(EType)

EType

Meta