ArrayIndexedPropertyAccessor.ending

Set ending

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

Parameters

ending EType

element denoting the end of array indexing, ex. ]

Return Value

Type: typeof(this)

typeof(this)

Meta