PropertyPathAccessor.accessor

Set accessor

  1. PropertyAccessor!(ComponentType, FieldType, KeyType) accessor [@property setter]
    class PropertyPathAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
    @property @safe nothrow pure
    typeof(this)
    accessor
    (
    PropertyAccessor!(ComponentType, FieldType, KeyType) accessor
    )
    if (
    isImplicitlyConvertible!(FieldType, ComponentType) &&
    isInputRange!KeyType
    )
  2. inout(PropertyAccessor!(ComponentType, FieldType, KeyType)) accessor [@property getter]

Parameters

accessor PropertyAccessor!(ComponentType, FieldType, KeyType)

accessor instance responsible for getting a property out of component

Return Value

Type: typeof(this)

typeof(this)

Meta