ArrayIndexedPropertyAccessor.ending

Get ending

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

Return Value

Type: inout(EType)

EType

Meta